| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-16 | feat: add awk | ObserverOfTime | |
| 2022-11-13 | feat: vhs (.tape) support (#3726) | Carlos Alexandro Becker | |
| 2022-10-31 | feat(emmy): add emmylua annotations | Lewis Russell | |
| 2022-10-28 | feat(git_rebase): add git_rebase parser | gbprod | |
| 2022-10-19 | parsers: add nickel parser (#3506) | José Luis Lafuente | |
| * parsers: add nickel parser * Update lua/nvim-treesitter/parsers.lua Co-authored-by: Christian Clason <christian.clason@uni-due.de> * Update queries/nickel/highlights.scm Co-authored-by: Christian Clason <christian.clason@uni-due.de> * fix queries * Cleanup (based on @theHamsta review) Co-authored-by: Christian Clason <christian.clason@uni-due.de> | |||
| 2022-10-19 | feat(diff): add diff parser | gbprod | |
| This commit introduce diff parser. | |||
| 2022-10-16 | feat(phpdoc): Remove requires_generate_from_grammar | Michael Härtl | |
| 2022-10-15 | test(gitattributes): add tests for highlights | ObserverOfTime | |
| 2022-10-03 | style: fix code styling according to Stylua | gbprod | |
| 2022-10-03 | Introduce twig parser | gbprod | |
| This commit introduce parser, highlights and injections for the [twig syntax](https://twig.symfony.com) | |||
| 2022-09-29 | update vimdoc parser and queries | Christian Clason | |
| 2022-09-20 | chore(pug): mark as experimental | ObserverOfTime | |
| 2022-09-12 | parsers: add blueprint parser | Gabriele Musco | |
| 2022-09-10 | feat: add jsonnet | Cezary Drożak | |
| 2022-09-09 | feat: add tree-sitter-gitattributes | ObserverOfTime | |
| 2022-09-08 | feat(verilog): update version | zegervdv | |
| 2022-09-05 | Add support for menhir (OCaml parser generator) | Martin Pépin | |
| 2022-09-01 | style: stylua | Raafat Turki | |
| 2022-09-01 | fix: grammar url | Raafat Turki | |
| 2022-09-01 | feat: add tree-sitter-sxhkdrc | Raafat Turki | |
| 2022-08-26 | feat(meson): add support for meson | ShootingStarDragons | |
| Log: meson build | |||
| 2022-08-19 | parsers: add HLSL | Stephan Seitz | |
| 2022-08-16 | parsers: add tree-sitter-gitignore | Stephan Seitz | |
| 2022-08-16 | fix wrong parse | ShootingStarDragons | |
| change maintainers | |||
| 2022-08-16 | add regenerate the treesitter | ShootingStarDragons | |
| 2022-08-16 | feat(agda): add support for agda | ShootingStarDragons | |
| 2022-08-09 | chore: update `tree-sitter-http` parser URL | NTBBloodbath | |
| 2022-08-03 | Add racket support | 6cdh | |
| 2022-07-09 | feat(vala)!: switch to @vala-lang parser | Princeton Ferro | |
| 2022-07-08 | Initial SQL support | derekstride | |
| 2022-07-07 | add qmljs (#3126) | Access | |
| 2022-06-28 | docs: add description to `markdown`/`markdown_inline` in README | Stephan Seitz | |
| 2022-06-28 | feat(beancount): support folding org headers (#3078) | PolarMutex | |
| requires beancount parser update Co-authored-by: Brian Ryall <brian@brianryall.xyz> Co-authored-by: Christian Clason <c.clason@uni-graz.at> | |||
| 2022-06-26 | feat(swift): compile the grammar from the main branch (#3068) | Alex Pinkus | |
| The `with-generated-files` branch uses ABI 13 and therefore doesn't benefit from the ABI 14 speed improvements. | |||
| 2022-06-26 | feat(markdown)!: switch to split parser (#3048) | Matthias Deiml | |
| * switch to split markdown parser with separate block and inline parsers to improve performance * add exclude_children! directive (useful for something like Injected markdown incorrectly highlights indented docstrings #2212) * split markdown queries into block and inline ones and add the injection for inline into block grammar * add include_dir option to parser configs (needed because the two grammars don't live in the repos root directory) BREAKING CHANGE: downstream queries need to be adapted to new parser | |||
| 2022-06-25 | Chore: remove prefix from parser "location" property | Stephan Seitz | |
| This was very confusing when using the location property as it always had to start with "tree-sitter-<lang>" for no real reason. | |||
| 2022-06-19 | Add rnoweb to the parsers.lua file | Brian Albert Monroe | |
| 2022-06-19 | docs(swift): list alex-pinkus as maintainer | Christian Clason | |
| 2022-06-14 | feat(tiger): initial support | Bruno BELANYI | |
| 2022-06-05 | make ft_to_lang work for csharp (#2989) | Alexej Kowalew | |
| 2022-05-28 | fix(r): add external scanner | Christian Clason | |
| 2022-05-21 | parser(vlang): fix location of remote repo | Stephan Seitz | |
| 2022-05-21 | feat(vlang): initial support | tami5 | |
| 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 | |||
| 2022-05-05 | Add embedded template to support ERB files | Nick Pezza | |
| 2022-04-30 | chore!: remove ensure_installed='maintained' | Christian Clason | |
| Removes all support (and tests) for the parser category "maintained", as this is no longer a useful category. BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit list of parsers, or use `'all'` (not recommended). | |||
| 2022-04-28 | feat(proto): add parser | francisco souza | |
| Related to #2307. | |||
| 2022-04-27 | feat: add m68k parser and queries | Graham Bates | |
| 2022-04-23 | Add org parser | TerseTears | |
| 2022-04-18 | feat(swift): switch to branch with generated files | Christian Clason | |
| 2022-04-11 | fix: remove ftdetect, Fix `struct` highlight for wgsl | Konrad Bochnia | |
