aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEGithub Actions2022-10-151-1/+1
|
* Update configuration example for `auto_install`Chih-Pin Tan2022-10-121-0/+1
|
* Update READMEGithub Actions2022-10-031-1/+1
|
* Introduce twig parsergbprod2022-10-031-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 moduleJędrzej Boczar2022-10-011-0/+8
|
* Update READMEGithub Actions2022-09-291-1/+1
|
* Update READMEGithub Actions2022-09-201-1/+1
|
* Update READMEGithub Actions2022-09-121-0/+1
|
* Update READMEGithub Actions2022-09-101-1/+1
|
* feat: add jsonnetCezary Drożak2022-09-101-0/+1
|
* Update READMEGithub Actions2022-09-091-0/+1
|
* Update READMEGithub Actions2022-09-081-1/+1
|
* Update READMEGithub Actions2022-09-051-0/+1
|
* Update READMEGithub Actions2022-09-021-0/+1
|
* docs: make setting about install location more discoverableStephan Seitz2022-08-261-0/+3
|
* Update READMEGithub Actions2022-08-261-0/+1
|
* Update READMEGithub Actions2022-08-191-0/+1
|
* Update READMEGithub Actions2022-08-171-0/+1
|
* Update READMEGithub Actions2022-08-161-0/+1
|
* chore: update `tree-sitter-http` parser URLNTBBloodbath2022-08-091-1/+1
|
* Add racket support6cdh2022-08-031-0/+1
|
* Update READMEGithub Actions2022-07-091-1/+1
|
* feat: add option to auto-install missing parsers (#3130)Jonas Strittmatter2022-07-081-1/+4
|
* Initial SQL supportderekstride2022-07-081-0/+1
|
* add qmljs (#3126)Access2022-07-071-0/+1
|
* Update READMEGithub Actions2022-06-261-1/+2
|
* docs: minimal supported tree-sitter versionChristian Clason2022-06-241-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 McDougall2022-06-201-0/+32
|
* Update READMEGithub Actions2022-06-191-1/+1
|
* Update the readmeBrian Albert Monroe2022-06-191-0/+1
|
* Update READMEGithub Actions2022-06-191-1/+1
|
* Update READMEGithub Actions2022-06-141-0/+1
|
* Update READMEGithub Actions2022-05-211-0/+1
|
* feat(vlang): initial supporttami52022-05-211-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 languagesTerseTears2022-05-211-0/+1
|
* Update READMEGithub Actions2022-05-051-0/+1
|
* docs: fix checkhealth command in README (#2884)Luke Bakken2022-04-301-1/+1
| | | Health check command should be `:checkhealth nvim-treesitter`
* Update READMEGithub Actions2022-04-281-0/+1
|
* Update READMEGithub Actions2022-04-271-0/+1
|
* Add org parserTerseTears2022-04-231-0/+1
|
* chore: bump minimal Nvim version to 0.7 and checkChristian Clason2022-04-161-2/+2
| | | | | | Checks minimal version in `:checkhealth nvim-treesitter` Also recommend nightlies
* Fix syntax in commentDalembert2022-04-151-2/+2
|
* Add WGSL parserKonrad Bochnia2022-04-111-0/+1
|
* Added scheme support6cdh2022-04-101-0/+1
|
* chore!: deprecate ensure_installed=maintainedChristian Clason2022-04-101-7/+6
| | | | | BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended)
* fix(modules): enabling disabling per buffer and globallykiyan2022-04-101-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 READMEGithub Actions2022-04-071-0/+1
|
* Added injectionsOleksii Demennikov2022-04-031-0/+1
|
* Update READMEGithub Actions2022-04-011-0/+1
|
* Update READMEGithub Actions2022-03-291-0/+1
|