| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-10 | feat: add jsonnet | Cezary Drożak | |
| 2022-09-09 | fix(highlight): ensure link captures function exists | Akin Sowemimo | |
| before attempting to call it fixes #3465 | |||
| 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-31 | chore(highlight): re-add earlier call | Akin Sowemimo | |
| 2022-08-31 | fix(highlight): ensure links are rebuilt on colorscheme change | Akin Sowemimo | |
| 2022-08-26 | fix: warn when user uninstalls parser than is in their ensure_installed | Stephan Seitz | |
| Fixes #2777 | |||
| 2022-08-26 | fix: add hint when there parser is still installed after TSUninstall | Stephan Seitz | |
| 2022-08-26 | chore: remove unused parameter | Stephan Seitz | |
| The argument wasn't used anywhere neither in function nor in call sites | |||
| 2022-08-26 | chore!: don't allow to silently use alternative install directory | Stephan Seitz | |
| 2022-08-26 | feat(meson): add support for meson | ShootingStarDragons | |
| Log: meson build | |||
| 2022-08-26 | fixup: facepalm | Christian Clason | |
| 2022-08-26 | fix(hl_map): adapt to upstream changes on master | Christian Clason | |
| https://github.com/neovim/neovim/pull/19931 adds direct support for highlighting capture groups (with fallback), obviating the need for `vim.treesitter.highlighter.hl_map`. Instead of `hl_map["@keyword"] = "TSKeyword"` users can simply `hi link TSKeyword @keyword` Check for the existence of `hl_map` and either use the former or the latter. | |||
| 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-06 | nil check for lines | ray-x | |
| 2022-08-03 | Added function/method call highlight groups | lfenzo | |
| 2022-08-03 | chore: trim space in check-health | Stephan Seitz | |
| Fixes #3248 | |||
| 2022-08-03 | chore: show in TSInstallInfo when parser is still loaded | Stephan Seitz | |
| 2022-08-03 | Add racket support | 6cdh | |
| 2022-08-02 | fix: node_incremental for incremental selection jumping around (#3257) | itepechi / いてぺち | |
| 2022-07-31 | docs: add descriptions to incremental_selection keymaps | Stephan Seitz | |
| 2022-07-30 | feat(highlight): re-apply default highlights on colorscheme changes | John Drouhard | |
| If the plugin is loaded after a colorscheme is set that defines any of these highlight groups, the default won't be applied. Subsequent "highlight clear" commands (common when switching colorschemes) will then clear any of those highlights, but these defaults never have another opportunity to be initialized. Effectively, if you load neovim with a colorscheme that has definitions for some of these highlight groups, then load treesitter, then switch colorschemes, many of these default links will be absent resulting in colors that do not appear the same as if that colorscheme had been used at startup. Hooking the ColorScheme event with an autocmd that just reapplies these defaults gives every colorscheme switch the opportunity to get the defaults for non-explicitly-defined groups. | |||
| 2022-07-29 | feat(ts_utils): allow starting selection after last character (#3233) | Axel Dahlberg | |
| 2022-07-21 | fix(indents): indents for error block (css, lua) (#3207) | Kiyan | |
| 2022-07-18 | chore: cleanup main file, move statusline in module | kiyan | |
| 2022-07-18 | fix(typo): utils.create_or_resue_writable_dir -> reuse (#3194) | Kiyan | |
| 2022-07-17 | fix(indent): set only one autocmd for binding indentexpr (#3190) | Kiyan | |
| 2022-07-09 | feat(vala)!: switch to @vala-lang parser | Princeton Ferro | |
| 2022-07-08 | fix: avoid installing parsers multiple times when using auto_install | smjonas | |
| 2022-07-08 | feat: add option to auto-install missing parsers (#3130) | Jonas Strittmatter | |
| 2022-07-08 | Initial SQL support | derekstride | |
| 2022-07-07 | add qmljs (#3126) | Access | |
| 2022-07-07 | chore: reformat with Stylua 0.14.0 | Christian Clason | |
| 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-20 | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | |
| 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 | |
