summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-29Update Vala highlightsMateus B. Melchiades
2022-01-29Simplify vala highlights.scmMateus B. Melchiades
2022-01-29Delete vala ftdetectMateus B. Melchiades
2022-01-29Vala language supportMateus Melchiades
2022-01-29indents(r): add pipe testPedro Castro
2022-01-29indents(r): add tests runnerPedro Castro
2022-01-29indents(r): add aligned_indent testPedro Castro
2022-01-29indents(r): update @indent groupPedro Castro
2022-01-29indents(r): remove pipe testPedro Castro
2022-01-29indents(r): add testsPedro Castro
2022-01-29indents(r): add indents supportPedro Castro
2022-01-29tests: use main parsers instead of nvim-treesitter parser for testsStephan Seitz
2022-01-29highlights(c/cpp): highlight case labels as constantsStephan Seitz
2022-01-29highlights(c): highlight enum variants as `@constant`Stephan Seitz
Fixes #2120
2022-01-29highlights(cpp): fix function highlighting of Foo::bar::baz()Stephan Seitz
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396
2022-01-29supercollider: add support for constMads Kjeldgaard
2022-01-29supercollider: update indent query to match upstreamMads Kjeldgaard
2022-01-29Update lockfile.json (#2394)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-01-28Update lockfile.jsonGitHub
2022-01-28folds(c): fold raw `compound_statement`sStephan Seitz
This will fold in particular around raw braces as reported in #2359 while avoiding to have double folds at functions+braces.
2022-01-28highlights(python): add support for pattern matchingStephan Seitz
Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140
2022-01-28highlights(go): highlight `package_identifier` as `@namespace` (#2371)Stephan Seitz
2022-01-28Update lockfile.json (#2386)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-01-28Update lockfile.json (#2385)Munif Tanjim
2022-01-28Update lockfile.jsonGitHub
2022-01-28highlights(r): highlight string_escape, change parameter priority and update ↵Pedro Castro
pipe
2022-01-27Update lockfile.json (#2380)github-actions[bot]
Co-authored-by: GitHub <noreply@github.com>
2022-01-27chore: run parser update at least daily (#2379)Christian Clason
2022-01-25update TLA+ revision, add queries for PlusCal (#2344)Vasiliy Morkovkin
2022-01-25refactor(lockfile): use better jq parsingkylo252
2022-01-25Update lockfile.jsonGitHub
2022-01-25Update READMEGithub Actions
2022-01-25Add tree-sitter-eex parser for (L)EEx files (#2351)Clay
2022-01-25Update lockfile.jsonGitHub
2022-01-25refactor(makefile): better powershell handlingkylo252
- add missing $(MKDIR) variable - create a simple function to allow running `make clean` without an error if a file doesn't exist
2022-01-25test: use powershell by defaultkylo252
2022-01-25refactor(installer): more modular makefilekylo252
- support both scanner.cc and scanner.c - allow complete override for (CFLAGS,CXXFLAGS,LDFLAGS) - add `clean` target - add `install` target - add windows support
2022-01-24folds(c): fold at compound_statementCédric Barreteau
2022-01-24indents(php): align with C indentationStephan Seitz
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357
2022-01-24Update lockfile.jsonGitHub
2022-01-24doc: stress need to :TSUpdate after lockfile changeChristian Clason
2022-01-24feat(vim): highlight "higlight" variantsThomas Vigouroux
2022-01-24feat(vim): support syntax commandThomas Vigouroux
2022-01-24feat(indent): Implement basic indent for gdscript.Ryan Roden-Corrent
Indent is not handled correctly when adding new lines. It seems that functions/loops/etc. are not recognized until they have at least one indented block. For example, if you enter a newline after `func foo():`, the cursor will not be indented. If you manually indent and add a line like `pass`, e.g.: ``` func foo(): pass ``` now any insertions above or below `pass` will be indented correctly. This might be an issue with the grammar, as it seems to apply to highlights as well. The following will not be highligted ``` func foo(): ``` However, the following will be: ``` func foo(): pass ```
2022-01-24Update lockfile.jsonGitHub
2022-01-24fix(phpdoc) Improve keyword queryMichael Härtl
2022-01-24Upgrade to HEEx parser 0.3.0Clay
2022-01-24Add new Elixir language injectionsClay
2022-01-24Fix highlights of module attributes and doc sigilsClay
2022-01-23Update lockfile.jsonGitHub