| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-15 | HTML: highlight text nodes as text | Santos Gallegos | |
| 2021-10-13 | Highlight and,or,not,in as @keyword.operator | Connor Lay (Clay) | |
| 2021-10-13 | Fix documentation highlights, formatting | Connor Lay (Clay) | |
| 2021-10-13 | Locals matching "when" operator, add pipe queries | Connor Lay (Clay) | |
| 2021-10-13 | Increase Elixir locals pattern match depth to 20 nodes | Connor Lay (Clay) | |
| This requires an update to `ts_query_cursor_set_match_limit` to function properly. The current limit is 32 per this PR https://github.com/neovim/neovim/pull/14915, increasing this value to 128 appears to work, but more testing will be necessary. Exposing this limit as a neovim option is worth exploring as a separate unit of work. | |||
| 2021-10-13 | Update locals with support for deep pattern matches | Connor Lay (Clay) | |
| 2021-10-13 | Update indents & fix catch highlights | Connor Lay (Clay) | |
| 2021-10-13 | Update injections & highlights, add folds | Connor Lay (Clay) | |
| 2021-10-13 | Update injections for new elixir-lang parser | Connor Lay (Clay) | |
| 2021-10-13 | Update highlights for new elixir-lang parser | Connor Lay (Clay) | |
| 2021-10-13 | Switch to official elixir-lang parser | Connor Lay (Clay) | |
| 2021-10-11 | feat(healthcheck): support native lua healthchecks, and fixes | Javier López | |
| After neovim/neovim#15259 lua healthchecks are called directly and are prefered over neovim autoload ones. The discover of Lua ones requires the function to be named "check()". Also the mentioned PR changed the design of healthchecks to not use output capturing, therefore avoid printing and instead concatenate and call the health functions. | |||
| 2021-10-07 | Add scala maintainer | Stevan Milic | |
| Add fold for scala val definition to support type class entries | |||
| 2021-10-07 | parsers: add D parser | Cezary Drożak | |
| 2021-10-07 | feat: add "experimental" key to parsers | Cezary Drożak | |
| feat(ci): mark parsers as experimental in README | |||
| 2021-10-07 | Updated TLA+ grammar version and queries | Andrew Helwer | |
| 2021-10-04 | Update toml highlight queries | oxalica | |
| 2021-10-03 | Update lockfile.json | GitHub | |
| 2021-10-03 | Query fix | Benjamin Graham | |
| 2021-10-03 | Highlighting fixed | Benjamin Graham | |
| 2021-10-03 | Added branch specification | Benjamin Graham | |
| 2021-10-03 | LLVM parser/highlighter added | Benjamin Graham | |
| 2021-10-03 | Update lockfile.json | GitHub | |
| 2021-10-03 | chore: use vim.ui.select for TSEditQuery if available | Stephan Seitz | |
| 2021-10-03 | chore: print compiler version in healthcheck | Stephan Seitz | |
| 2021-10-03 | graphql: add `commentstring` | Vikas Raj | |
| 2021-10-03 | fix: remove priority in ecma template substitution hl | kiyan | |
| This PR removes the priority override for the interpolation because it overrides every ecma based template literal, setting none with a higher priority than ecma groups which made every template string look `un`highlighted. | |||
| 2021-10-02 | Add headers as an option to fold on (#1873) | Stephen Bolton | |
| * Add headers as an option to fold on treesitter-beancount added grammar rules around orgmode and markdown headers so that they are recognized in beancount documents. This change makes it so that they will be taken into consideration when folding text. Commit: https://github.com/polarmutex/tree-sitter-beancount/commit/79ae7c1f2654a2a6936b0f37bf754e5ff59c9186 * Fix node name for headers The correct name for the header nodes is heading. | |||
| 2021-10-01 | Rust: highlight loop labels | Santos Gallegos | |
| Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1891 | |||
| 2021-10-01 | Update README.md | Stephan Seitz | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2021-10-01 | docs(install): explain how to use a proxy for download | Stephan Seitz | |
| 2021-10-01 | feat(install): add options `prefer_git` and `command_extra_args` | Stephan Seitz | |
| Fixes #1888 | |||
| 2021-10-01 | Rust: fix some highlights | Santos Gallegos | |
| Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1856 | |||
| 2021-10-01 | highlight `description` as a comment | Vikas Raj | |
| 2021-10-01 | fix(vim): support syntax command and update parser | Thomas Vigouroux | |
| 2021-09-30 | Fix #1853 | igorlfs | |
| 2021-09-30 | Update lockfile.json | GitHub | |
| 2021-09-30 | Update lockfile.json | GitHub | |
| 2021-09-30 | feat(fennel): update parser and queries | Otto Modinos | |
| 2021-09-30 | Vim: highlight setlocal (#1877) | Santos Gallegos | |
| This was just added some days ago. | |||
| 2021-09-27 | Update lockfile.json | GitHub | |
| 2021-09-27 | Vim: update highlights and injections | Santos Gallegos | |
| 2021-09-27 | Update lockfile.json | GitHub | |
| 2021-09-27 | cpp: highlight template method identifier as a method | John Drouhard | |
| 2021-09-26 | highlights(rust): Add colon `:` to delimiters | Sergio Alejandro Vargas | |
| 2021-09-26 | highlights(rust): fix bang `!` in macro_invocation | Sergio Alejandro Vargas | |
| 2021-09-26 | highlights(rust): Fix angle brackets, and closures | Sergio Alejandro Vargas | |
| Highlight angle brackets in type parameters and bars in closures bars as `@punctuation.bracket` not as `@operator`. | |||
| 2021-09-26 | Update lockfile.json | GitHub | |
| 2021-09-26 | cpp: fix locals.scm from breaking change in tree-sitter-cpp | John Drouhard | |
| 2021-09-26 | Update cuda parsers | Stephan Seitz | |
