summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-15HTML: highlight text nodes as textSantos Gallegos
2021-10-13Highlight and,or,not,in as @keyword.operatorConnor Lay (Clay)
2021-10-13Fix documentation highlights, formattingConnor Lay (Clay)
2021-10-13Locals matching "when" operator, add pipe queriesConnor Lay (Clay)
2021-10-13Increase Elixir locals pattern match depth to 20 nodesConnor 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-13Update locals with support for deep pattern matchesConnor Lay (Clay)
2021-10-13Update indents & fix catch highlightsConnor Lay (Clay)
2021-10-13Update injections & highlights, add foldsConnor Lay (Clay)
2021-10-13Update injections for new elixir-lang parserConnor Lay (Clay)
2021-10-13Update highlights for new elixir-lang parserConnor Lay (Clay)
2021-10-13Switch to official elixir-lang parserConnor Lay (Clay)
2021-10-11feat(healthcheck): support native lua healthchecks, and fixesJavier 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-07Add scala maintainerStevan Milic
Add fold for scala val definition to support type class entries
2021-10-07parsers: add D parserCezary Drożak
2021-10-07feat: add "experimental" key to parsersCezary Drożak
feat(ci): mark parsers as experimental in README
2021-10-07Updated TLA+ grammar version and queriesAndrew Helwer
2021-10-04Update toml highlight queriesoxalica
2021-10-03Update lockfile.jsonGitHub
2021-10-03Query fixBenjamin Graham
2021-10-03Highlighting fixedBenjamin Graham
2021-10-03Added branch specificationBenjamin Graham
2021-10-03LLVM parser/highlighter addedBenjamin Graham
2021-10-03Update lockfile.jsonGitHub
2021-10-03chore: use vim.ui.select for TSEditQuery if availableStephan Seitz
2021-10-03chore: print compiler version in healthcheckStephan Seitz
2021-10-03graphql: add `commentstring`Vikas Raj
2021-10-03fix: remove priority in ecma template substitution hlkiyan
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-02Add 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-01Rust: highlight loop labelsSantos Gallegos
Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1891
2021-10-01Update README.mdStephan Seitz
Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
2021-10-01docs(install): explain how to use a proxy for downloadStephan Seitz
2021-10-01feat(install): add options `prefer_git` and `command_extra_args`Stephan Seitz
Fixes #1888
2021-10-01Rust: fix some highlightsSantos Gallegos
Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1856
2021-10-01highlight `description` as a commentVikas Raj
2021-10-01fix(vim): support syntax command and update parserThomas Vigouroux
2021-09-30Fix #1853igorlfs
2021-09-30Update lockfile.jsonGitHub
2021-09-30Update lockfile.jsonGitHub
2021-09-30feat(fennel): update parser and queriesOtto Modinos
2021-09-30Vim: highlight setlocal (#1877)Santos Gallegos
This was just added some days ago.
2021-09-27Update lockfile.jsonGitHub
2021-09-27Vim: update highlights and injectionsSantos Gallegos
2021-09-27Update lockfile.jsonGitHub
2021-09-27cpp: highlight template method identifier as a methodJohn Drouhard
2021-09-26highlights(rust): Add colon `:` to delimitersSergio Alejandro Vargas
2021-09-26highlights(rust): fix bang `!` in macro_invocationSergio Alejandro Vargas
2021-09-26highlights(rust): Fix angle brackets, and closuresSergio Alejandro Vargas
Highlight angle brackets in type parameters and bars in closures bars as `@punctuation.bracket` not as `@operator`.
2021-09-26Update lockfile.jsonGitHub
2021-09-26cpp: fix locals.scm from breaking change in tree-sitter-cppJohn Drouhard
2021-09-26Update cuda parsersStephan Seitz