| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update README | Github Actions | 2022-10-15 | 1 | -1/+1 |
| | | |||||
| * | Update configuration example for `auto_install` | Chih-Pin Tan | 2022-10-12 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-10-03 | 1 | -1/+1 |
| | | |||||
| * | Introduce twig parser | gbprod | 2022-10-03 | 1 | -0/+1 |
| | | | | | | This commit introduce parser, highlights and injections for the [twig syntax](https://twig.symfony.com) | ||||
| * | docs: add example of how to use function to disable a module | Jędrzej Boczar | 2022-10-01 | 1 | -0/+8 |
| | | |||||
| * | Update README | Github Actions | 2022-09-29 | 1 | -1/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-09-20 | 1 | -1/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-09-12 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-09-10 | 1 | -1/+1 |
| | | |||||
| * | feat: add jsonnet | Cezary Drożak | 2022-09-10 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-09-09 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-09-08 | 1 | -1/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-09-05 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-09-02 | 1 | -0/+1 |
| | | |||||
| * | docs: make setting about install location more discoverable | Stephan Seitz | 2022-08-26 | 1 | -0/+3 |
| | | |||||
| * | Update README | Github Actions | 2022-08-26 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-08-19 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-08-17 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-08-16 | 1 | -0/+1 |
| | | |||||
| * | chore: update `tree-sitter-http` parser URL | NTBBloodbath | 2022-08-09 | 1 | -1/+1 |
| | | |||||
| * | Add racket support | 6cdh | 2022-08-03 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-07-09 | 1 | -1/+1 |
| | | |||||
| * | feat: add option to auto-install missing parsers (#3130) | Jonas Strittmatter | 2022-07-08 | 1 | -1/+4 |
| | | |||||
| * | Initial SQL support | derekstride | 2022-07-08 | 1 | -0/+1 |
| | | |||||
| * | add qmljs (#3126) | Access | 2022-07-07 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-06-26 | 1 | -1/+2 |
| | | |||||
| * | docs: minimal supported tree-sitter version | Christian Clason | 2022-06-24 | 1 | -1/+1 |
| | | | | Some parsers are built with ABI 14, which was introduced in tree-sitter 0.20.3. | ||||
| * | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | 2022-06-20 | 1 | -0/+32 |
| | | |||||
| * | Update README | Github Actions | 2022-06-19 | 1 | -1/+1 |
| | | |||||
| * | Update the readme | Brian Albert Monroe | 2022-06-19 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-06-19 | 1 | -1/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-06-14 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-05-21 | 1 | -0/+1 |
| | | |||||
| * | feat(vlang): initial support | tami5 | 2022-05-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Add support for vlang filetypes. - [ ] Highlight `C` as builtin variable. This is FFI in vlang land, where C act like extern and access c functions. The vlang parser does some extension between C function calls and arguments but I believe highlighting C as builtin variable is sufficient indicator for now. I tried to use offset! but failed. Any suggestions? - [ ] Set up parser url. the vlang parser is located within [vls] repo. Is installing from nested repo supported? `tree_sitter_v/src/parser.c`? [vls]: https://github.com/vlang/vls/tree/master/tree_sitter_v cc @elianiva @theHamsta | ||||
| * | Add wiki link to information on languages | TerseTears | 2022-05-21 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-05-05 | 1 | -0/+1 |
| | | |||||
| * | docs: fix checkhealth command in README (#2884) | Luke Bakken | 2022-04-30 | 1 | -1/+1 |
| | | | | Health check command should be `:checkhealth nvim-treesitter` | ||||
| * | Update README | Github Actions | 2022-04-28 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-04-27 | 1 | -0/+1 |
| | | |||||
| * | Add org parser | TerseTears | 2022-04-23 | 1 | -0/+1 |
| | | |||||
| * | chore: bump minimal Nvim version to 0.7 and check | Christian Clason | 2022-04-16 | 1 | -2/+2 |
| | | | | | | | Checks minimal version in `:checkhealth nvim-treesitter` Also recommend nightlies | ||||
| * | Fix syntax in comment | Dalembert | 2022-04-15 | 1 | -2/+2 |
| | | |||||
| * | Add WGSL parser | Konrad Bochnia | 2022-04-11 | 1 | -0/+1 |
| | | |||||
| * | Added scheme support | 6cdh | 2022-04-10 | 1 | -0/+1 |
| | | |||||
| * | chore!: deprecate ensure_installed=maintained | Christian Clason | 2022-04-10 | 1 | -7/+6 |
| | | | | | | BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended) | ||||
| * | fix(modules): enabling disabling per buffer and globally | kiyan | 2022-04-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | When a module is disabled by default in the config, running TSBufEnable will not enable the module because the is_enabled function will always return false, thus the module not being enabled. Also, disabling/enabling the buffers is flaky. This commit adds per buffer check when the module is not disabled. It also makes the enable and disable more indempotent. i've also renamed TS*All to TS*. Fixes #2754 | ||||
| * | Update README | Github Actions | 2022-04-07 | 1 | -0/+1 |
| | | |||||
| * | Added injections | Oleksii Demennikov | 2022-04-03 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-04-01 | 1 | -0/+1 |
| | | |||||
| * | Update README | Github Actions | 2022-03-29 | 1 | -0/+1 |
| | | |||||
