aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: setup mergifyThomas Vigouroux2021-07-181-0/+10
|
* folds(rust): Fold trait definitions (#1582)agarof2021-07-181-0/+1
|
* folds(cpp): highlight scoped enumsStephan Seitz2021-07-141-0/+3
|
* c(folds): fold on enumsStephan Seitz2021-07-141-0/+1
|
* create TSTagAttribute highlight group (#1575)Sean Baildon2021-07-141-0/+1
| | | references #1572
* Update lockfile.jsonGitHub2021-07-141-1/+1
|
* add @tag.attribute for html like attributeslmlorca2021-07-145-1/+8
|
* doc: be more explicit about additional_vim_regex_highlighting (#1561)Stephan Seitz2021-07-132-1/+13
|
* Update lockfile.jsonGitHub2021-07-131-2/+2
|
* Query: update highlight queries (#1553)Santos Gallegos2021-07-132-7/+7
| | | This is to match https://github.com/nvim-treesitter/tree-sitter-query/pull/15
* Highlights: define string.special (#1551)Santos Gallegos2021-07-114-1/+7
| | | | | | | | | | * Highlights: define string.special This was in our CONTRIBUTING.md file, but wasn't defined. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1405 * Use string.escape
* New stylua version (#1555)Stephan Seitz2021-07-112-9/+5
|
* Update lockfile.json (#1554)github-actions[bot]2021-07-111-3/+3
| | | Co-authored-by: GitHub <noreply@github.com>
* Python: fix class highlights (#1548)Santos Gallegos2021-07-111-6/+7
|
* Update lockfile.jsonGitHub2021-07-111-2/+2
|
* highlights(jsx): fix constant identifier (#1434)Munif Tanjim2021-07-101-3/+0
|
* [elixir] Add folds (#1543)Mitchell Hanberg2021-07-091-0/+9
|
* downcase predicate: nil protectionSantos Gallegos2021-07-091-1/+1
| | | | | | | get_node_text could be nil if the range is invalid. With https://github.com/neovim/neovim/pull/15030/ this fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1531
* Add info about queries and filetype detection to Adding Parsers section of ↵Andrew Helwer2021-07-091-2/+15
| | | | | | | | | | | | README (#1533) * Updated Adding Parsers section of README Added info about necessity of manually adding queries Added info about filetype detection * Updated troubleshooting section Added suggestion to check for missing queries or filetype detection
* highlights(rust): Reorder macro queriesSergio Alejandro Vargas2021-07-081-6/+10
| | | | | | | Derive macros have to be defined before attribute macros to highlight them properly. See #570
* highlights(zig): highlight true,falseStephan Seitz2021-07-081-2/+5
|
* Update lockfile.jsonGitHub2021-07-081-1/+1
|
* Folds: support 'foldminlines'Munif Tanjim2021-07-083-3/+5
|
* remove packer and nomad from hcl.used_by (#1527)Michael Hoffmann2021-07-071-1/+1
|
* Update ledger highlightsCédric Barreteau2021-07-071-0/+1
| | | | Add `check` keyword.
* Lua: highlight function definitionsSantos Gallegos2021-07-071-0/+5
| | | | | | | | | | | | | | In lua ```lua function foo() end ``` is syntax sugar for ```lua foo = function() end ```
* Update lockfile.jsonGitHub2021-07-071-1/+1
|
* Update lockfile.jsonGitHub2021-07-071-2/+2
|
* Add exception handling branchesSergio Alejandro Vargas2021-07-071-0/+2
|
* Update Julia fold queriesSergio Alejandro Vargas2021-07-071-9/+15
|
* Add Julia indent queriesSergio Alejandro Vargas2021-07-071-0/+40
|
* Update lockfile.jsonGitHub2021-07-071-1/+1
|
* CI: remove LLVM compilation from Mac CIStephan Seitz2021-07-071-1/+0
|
* place template string after bracesantonk522021-07-071-4/+4
|
* [cmake] Add support for generator expressionUy Ha2021-07-061-1/+1
|
* Update lockfile.jsonGitHub2021-07-061-2/+2
|
* highlights(cuda): add support for __restrict__Stephan Seitz2021-07-062-1/+2
|
* Folds: fix fold deduplication and improve start/stop logicAndrew He2021-07-061-19/+42
|
* highlights(cpp): add static_assertStephan Seitz2021-07-061-0/+1
|
* fix(ecma): add indents to switch and casesSamyak S Sarnayak2021-07-061-0/+2
| | | | fixes nvim-treesitter#1384
* parsers: Teal now requires generate from grammarStephan Seitz2021-07-061-0/+1
|
* Update lockfile.jsonGitHub2021-07-061-1/+1
|
* Use `@keyword.function` consistentlySergio Alejandro Vargas2021-07-066-6/+11
|
* Highlights(python): Add `@keyword.function`Sergio Alejandro Vargas2021-07-061-2/+5
| | | | Use `@keyword.function` for `def` and `lambda`
* Docs: mention that indentation is still experimentalSantos Gallegos2021-07-052-2/+4
|
* Docs: document `additional_vim_regex_highlighting` optionSantos Gallegos2021-07-051-1/+6
|
* Luacheck: use config file to exclude filesSantos Gallegos2021-07-054-7/+11
|
* Update used_by for parent parsersSantos Gallegos2021-07-051-1/+2
| | | | | | | | | html_tags and ecma don't have a parser of they own, but that's actually just to get around to inherit common queries. When editing these "base" queries, the playground breaks. Having them in used_by would fix this.
* highlights(zig): highlight `unreachable`Stephan Seitz2021-07-051-0/+1
|
* Checkhealth: include injectionsSantos Gallegos2021-07-051-2/+2
| | | | Fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1459