| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-23 | Add org parser | TerseTears | |
| 2022-04-16 | chore: bump minimal Nvim version to 0.7 and check | Christian Clason | |
| Checks minimal version in `:checkhealth nvim-treesitter` Also recommend nightlies | |||
| 2022-04-15 | Fix syntax in comment | Dalembert | |
| 2022-04-11 | Add WGSL parser | Konrad Bochnia | |
| 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-10 | fix(modules): enabling disabling per buffer and globally | kiyan | |
| 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 | |||
| 2022-04-07 | Update README | Github Actions | |
| 2022-04-03 | Added injections | Oleksii Demennikov | |
| 2022-04-01 | Update README | Github Actions | |
| 2022-03-29 | Update README | Github Actions | |
| 2022-03-27 | doc: mention `vim.filetype.add()` in README | Christian Clason | |
| ...instead of `ftdetect` additions | |||
| 2022-03-19 | edit(readme): note about the configuration filetypes | Martin Kunz | |
| 2022-03-17 | Update README | Github Actions | |
| 2022-03-11 | Update README | Github Actions | |
| 2022-03-08 | Update README | Github Actions | |
| 2022-02-28 | Update README | Github Actions | |
| 2022-02-19 | refacto: expose a function to set custom capture for the higlighter | kiyan | |
| BREAKING: deprecate custom_captures from highlight config. This allows plugin authors to extend the map. It also avoids settings user configuration specific values during the highlighter initialization (SOC). Not sure how much value this brings, and might potentially break a lot of people configurations. This is questionable. | |||
| 2022-02-15 | Update README (#2532) | github-actions[bot] | |
| Co-authored-by: Github Actions <actions@github> | |||
| 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 | doc: add information about lua-heredoc | kiyan | |
| 2022-02-11 | chore: update init.vim refs to init.lua | kiyan | |
| 2022-02-11 | chore: remove lua heredocs in documentation and readme | kiyan | |
| 2022-02-06 | fix: readme typo, removing deprecated docs | Carlo Sala | |
| 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-06 | Update 'troubleshooting' for using mirror. | jedsek | |
| 2022-02-04 | Update README (#2447) | github-actions[bot] | |
| Co-authored-by: Github Actions <actions@github> | |||
| 2022-02-03 | Update README (#2443) | github-actions[bot] | |
| Co-authored-by: Github Actions <actions@github> | |||
| 2022-01-29 | Update README (#2399) | github-actions[bot] | |
| Co-authored-by: Github Actions <actions@github> | |||
| 2022-01-29 | Vala language support | Mateus Melchiades | |
| 2022-01-25 | Update README | Github Actions | |
| 2022-01-24 | doc: stress need to :TSUpdate after lockfile change | Christian Clason | |
| 2022-01-23 | Set CXX standard per parser and fix Norg | Stephan Seitz | |
| 2022-01-23 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2022-01-20 | Update README | Github Actions | |
| 2022-01-18 | Update README | Github Actions | |
| 2022-01-17 | docs(readme): mention tracking issue for language support | Christian Clason | |
| 2022-01-17 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2022-01-16 | Tighten requirements | Kid | |
| 2022-01-16 | Recommend nightly | Kid | |
| 2022-01-16 | Remove nightly Neovim requirement from README | Kid | |
| 2022-01-16 | docs(readme): make custom parser example more explicit about options | Stephan Seitz | |
| 2022-01-16 | Update README | Github Actions | |
| 2022-01-16 | Update README | Github Actions | |
| 2022-01-16 | fix(swift): switch to maintained parser | Christian Clason | |
| upstream https://github.com/tree-sitter/tree-sitter-swift is abandoned. | |||
| 2022-01-16 | doc(README): mention CONTRIBUTING for captures | Christian Clason | |
| 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 | Update README | Github Actions | |
| 2022-01-08 | Add OpenFOAM parser | Elwardi | |
