summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-26cpp: update lockfile.json and fix for breaking changesJohn Drouhard
2021-09-25injections(teal): fix cdef injectionStephan Seitz
2021-09-25[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-25injections(lua): fix cdef injectionStephan Seitz
Fixes #1840
2021-09-24Use vim-range style (1-index based) when possible (#1841)Santos Gallegos
https://github.com/nvim-treesitter/nvim-treesitter/pull/1829 half fixed incremental selection for the vim parser, but other bugs still remain (infinite selection and skip selecting the root node). Problems can be replicated with these two files: (missing selecting the root node) ```vim set scrolloff=7 set scrolloff=7 ``` (infinite loop) ```vim set scrolloff=7 ``` The main problem is that we try to map the current selection range to a TS range, but the TS range of a node could include the EOL/EOL marks so it's impossible to know when to change the vim range to match the TS range, is more easy to transform the TS range to a vim range and do the comparison.
2021-09-21Update lockfile.jsonGitHub
2021-09-21Update lockfile.jsonGitHub
2021-09-21"::" should be of type "operator"Lucas Crownover
swap constant for operator per treesitter recommendation
2021-09-21Separate special variables to catch up masterdelphinus
2021-09-21Use @string.regex to highlight regex'sdelphinus
2021-09-21Add minimum implementation for highlightsdelphinus
2021-09-21Swapping to the correct repoLucas Crownover
2021-09-21Adding perl parserLucas Crownover
2021-09-20Update lockfile.jsonGitHub
2021-09-20update hcl parser, update queriesmhoffm
2021-09-20Update lockfile.jsonmaxxnino
2021-09-20Zig queries: highlight, fold and indentmaxxnino
* fold for if/while/for * highlight "_" for ignore variable * highlight "c" for PtrTypeStart * highlight "?" for optional type * remove duplicate query node in indent
2021-09-19[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-19highlights(c): add Mircosoft attributesStephan Seitz
2021-09-19Fix incremental selection for nodes that include EOLSantos Gallegos
From `:h setpos()` > If "col" is smaller than 1 then 1 is used. This can be tested with incremental selection on a vim file. ```vim set title ```
2021-09-19Update lockfile.jsonGitHub
2021-09-19Support hjsonkghugo
2021-09-19highlights(c): add __attribute__Stephan Seitz
2021-09-18Update lockfile.jsonGitHub
2021-09-18Kotlin queries: Handle package statementsJoaquín León
2021-09-17Ecma: increase priority of template_substitutionSantos Gallegos
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1688
2021-09-17[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-17testStephan Seitz
2021-09-17[docgen] Update README.mdGithub Actions
skip-checks: true
2021-09-17highlights(c/cpp): react to upstream changes to attributesStephan Seitz
2021-09-17highlights(cpp): add support for coroutinesStephan Seitz
2021-09-17Update lockfile.jsonGitHub
2021-09-17parsers: add glsl parserStephan Seitz
2021-09-16Update lockfile.jsonGitHub
2021-09-16Update lockfile.jsonGitHub
2021-09-16indents(hcl): add more indentation rules for HCLMatthew Wynn
2021-09-16Update lockfile.jsonGitHub
2021-09-16Update DOT injectionsrydesun
Add comment
2021-09-16Update lockfile.jsonGitHub
2021-09-15New kotlin parserJoakker
2021-09-14Update lockfile.jsonGitHub
2021-09-14Address highlight comments about cwd, path, moduleRonnie Magatti
2021-09-14Better differentiate 'keywords'Ronnie Magatti
2021-09-14chore: fix formatting in parsers.luaStephan Seitz
2021-09-14fix(lang): only use first part in multi-langThomas Vigouroux
2021-09-14docs: Update nvim-treesitter-highlightsSergio Alejandro Vargas
- Fix misspellings, missing punctuation and capitalization. - Clarify whether highlights apply to identifiers (e.g. `TSConstant`) or to literal values (e.g. `TSConstBuiltin`). - Extend examples. See #1767
2021-09-11Update lockfile.jsonGitHub
2021-09-10fix(fennel): update parser and all the queriesOtto Modinos
2021-09-10[cmake] add highlights for `add_custom_target` and `add_custom_command`Uy Ha
2021-09-10[cmake] Add highlighting for boolean values (#1801)Uy Ha
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de>