| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-11 | Add WGSL parser | Konrad Bochnia | |
| 2022-04-10 | Fix nvim-treesitter CI | 6cdh | |
| 2022-04-10 | Added scheme support | 6cdh | |
| 2022-04-10 | chore!: deprecate ensure_installed=maintained | Christian Clason | |
| BREAKING CHANGE: specify explicit list or use `ensure_installed='all'` (not recommended) | |||
| 2022-04-08 | Add more filetypes for treesitter-markdown | Micah Halter | |
| Signed-off-by: Micah Halter <micah@balena.io> | |||
| 2022-04-07 | feat: add astro | virchau13 | |
| 2022-04-03 | Fixed the stylua | Lex | |
| 2022-04-03 | Added the initial version for the support of rego language | Oleksii Demennikov | |
| 2022-04-01 | Add elvish | Tobias Frilling | |
| 2022-03-29 | feat: add vimdoc parser and highlight queries | Christian Clason | |
| 2022-03-17 | Add Cooklang | Addison Chan | |
| 2022-03-11 | Add highlights query for Solidity | YongJieYongJie | |
| 2022-03-07 | Add slint parser configuration and queries (#2598) | Jared Moulton | |
| * Add slint parser * Mark slint as experimental * Remove filetype and add slint to the lockfile * Update queries * Update varibable.builtin's and repeats * Update slint true false * Change export back to keyword * Change export back to include :) | |||
| 2022-02-28 | parsers: Add todotxt parser | Arnar Gauti Ingason | |
| 2022-02-15 | Add myself as maintainer of Elixir, Gleam queries | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam parser | Connor Lay (Clay) | |
| 2022-02-13 | feat: add lalrpop parser (#2524) | traxys | |
| LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions. | |||
| 2022-02-11 | Update lockfile.json (#2512) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-02-06 | refacto: deprecate used_by in parsers.lua | kiyan | |
| - remove print_warning function from utils.lua (unused) - cleanup some functions in parsers.lua (parameters overloading and wrong bufnr used). - log a deprecation notice when using used_by in a parser definition - default the filetype_to_parsername table to the list of filetypes previously in the used_by keys - update the README to indicate that change | |||
| 2022-02-04 | chore(latex)!: update parser and queries (#2436) | Christian Clason | |
| BREAKING CHANGE: queries for latex need adaptation | |||
| 2022-02-03 | Updated TLA+ version, queries, maintainers (#2442) | Andrew Helwer | |
| 2022-02-01 | update(phpdoc) Add scanner.c (#2426) | Michael Härtl | |
| 2022-01-29 | Vala language support | Mateus Melchiades | |
| 2022-01-25 | Add tree-sitter-eex parser for (L)EEx files (#2351) | Clay | |
| 2022-01-23 | Set CXX standard per parser and fix Norg | Stephan Seitz | |
| 2022-01-23 | Allow compilation via makefile | Stephan Seitz | |
| 2022-01-23 | Add tree-sitter-norg | Jozef Grajciar | |
| 2022-01-22 | fix: Don't require node for gdscript. | Ryan Roden-Corrent | |
| The upstream repo has pre-generated bindings at: https://github.com/PrestonKnopp/tree-sitter-gdscript/tree/master/src | |||
| 2022-01-20 | Add phpdoc maintainer (#2311) | Michael Härtl | |
| 2022-01-20 | parsers: add phpdoc parser (experimental) | Michael Härtl | |
| 2022-01-18 | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | |
| also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update | |||
| 2022-01-17 | parsers: add hack parser | Stephan Seitz | |
| 2022-01-16 | add hocon | antosha417 | |
| 2022-01-16 | fix(swift): switch to maintained parser | Christian Clason | |
| upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned. | |||
| 2022-01-08 | docs(kotlin): change Kotlin maintainer | Sal Bakraa | |
| 2022-01-08 | fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotln | Sal Bakraa | |
| 2022-01-08 | fix(foam): Foam switched to C scanner | Elwardi | |
| 2022-01-08 | Fix stylua linting | Elwardi | |
| 2022-01-08 | Add OpenFOAM parser | Elwardi | |
| 2022-01-08 | Add ninja parser (#2217) | Alexandre A. Muller | |
| * Add ninja parser * Add branch main * No need for ftdetect | |||
| 2022-01-05 | fix(haskell): Haskell switched to C scanner | Stephan Seitz | |
| 2022-01-05 | add(rasi): add rasi parser | Fymyte | |
| Signed-off-by: Fymyte <pierguill@gmail.com> | |||
| 2022-01-04 | fix: remove experimental flag | Jirgn | |
| We now have a working grammer and also * highlight * indent * fold no need for experimental hint anymore | |||
| 2021-12-24 | Add support for Pascal (#2153) | Isopod | |
| * Add support for Pascal * Pascal: Replace some of the capture groups, use lua-match where possible | |||
| 2021-12-23 | update fusion to version 1.1.1 (#2148) | jirgn | |
| * feat(fusion): update tests * fix(fusion): update lockfile * fix(fusion): update to (highlight breaking) version 1.1.0 * update grammer to introduce afx support * update tests and queries * fix: revert lockfile update of unrelated grammars * fix: update to 1.1.1 and fix hightlights * fix: use @tag.attribute capture to match specs Co-authored-by: Jirgn <jirgn76@googlemail.com> | |||
| 2021-12-18 | Add support for new golang `go.work` files | Omer Tuchfeld | |
| The new golang 1.18 version (currently in beta) [introduced](https://github.com/golang/go/issues/45713) a new file type called `go.work`. This commit adds support for the syntax of that file using the https://github.com/omertuc/tree-sitter-go-work repository That repository is heavily based on previous work in the https://github.com/camdencheek/tree-sitter-go-mod repository, with a few minor changes to make it work on the very similar `go.work` files. | |||
| 2021-12-14 | parsers: Add MDeiml/tree-sitter-markdown as markdown parser | Stephan Seitz | |
| Fixes #872 | |||
| 2021-12-14 | feat(lang): add make | Lewis Russell | |
| 2021-12-06 | Apply cpp to arduino | Chad Condon | |
| 2021-11-30 | Feat: Added Pug parser with inital queries | Stefan Wienert | |
