aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: use vim.ui.select for TSEditQuery if availableStephan Seitz2021-10-031-19/+36
|
* chore: print compiler version in healthcheckStephan Seitz2021-10-031-1/+8
|
* graphql: add `commentstring`Vikas Raj2021-10-031-0/+1
|
* fix: remove priority in ecma template substitution hlkiyan2021-10-031-9/+9
| | | | | | | 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.
* Add headers as an option to fold on (#1873)Stephen Bolton2021-10-021-0/+1
| | | | | | | | | | | | | | * 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.
* Rust: highlight loop labelsSantos Gallegos2021-10-011-0/+1
| | | | Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1891
* Update README.mdStephan Seitz2021-10-011-1/+1
| | | Co-authored-by: Santos Gallegos <stsewd@protonmail.com>
* docs(install): explain how to use a proxy for downloadStephan Seitz2021-10-011-0/+22
|
* feat(install): add options `prefer_git` and `command_extra_args`Stephan Seitz2021-10-012-5/+15
| | | | Fixes #1888
* Rust: fix some highlightsSantos Gallegos2021-10-011-3/+6
| | | | Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1856
* highlight `description` as a commentVikas Raj2021-10-011-1/+2
|
* fix(vim): support syntax command and update parserThomas Vigouroux2021-10-011-0/+16
|
* Fix #1853igorlfs2021-09-301-1/+0
|
* Update lockfile.jsonGitHub2021-09-301-1/+1
|
* Update lockfile.jsonGitHub2021-09-301-3/+3
|
* feat(fennel): update parser and queriesOtto Modinos2021-09-303-28/+23
|
* Vim: highlight setlocal (#1877)Santos Gallegos2021-09-301-0/+1
| | | This was just added some days ago.
* Update lockfile.jsonGitHub2021-09-271-2/+2
|
* Vim: update highlights and injectionsSantos Gallegos2021-09-272-0/+23
|
* Update lockfile.jsonGitHub2021-09-271-1/+1
|
* cpp: highlight template method identifier as a methodJohn Drouhard2021-09-271-0/+3
|
* highlights(rust): Add colon `:` to delimitersSergio Alejandro Vargas2021-09-261-1/+1
|
* highlights(rust): fix bang `!` in macro_invocationSergio Alejandro Vargas2021-09-261-0/+1
|
* highlights(rust): Fix angle brackets, and closuresSergio Alejandro Vargas2021-09-261-27/+28
| | | | | Highlight angle brackets in type parameters and bars in closures bars as `@punctuation.bracket` not as `@operator`.
* Update lockfile.jsonGitHub2021-09-261-11/+11
|
* cpp: fix locals.scm from breaking change in tree-sitter-cppJohn Drouhard2021-09-261-7/+3
|
* Update cuda parsersStephan Seitz2021-09-261-1/+1
|
* cpp: update lockfile.json and fix for breaking changesJohn Drouhard2021-09-262-11/+7
|
* injections(teal): fix cdef injectionStephan Seitz2021-09-251-0/+15
|
* [docgen] Update README.mdGithub Actions2021-09-251-0/+1
| | | | skip-checks: true
* injections(lua): fix cdef injectionStephan Seitz2021-09-251-0/+15
| | | | Fixes #1840
* Use vim-range style (1-index based) when possible (#1841)Santos Gallegos2021-09-242-42/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update lockfile.jsonGitHub2021-09-211-2/+2
|
* Update lockfile.jsonGitHub2021-09-211-0/+3
|
* "::" should be of type "operator"Lucas Crownover2021-09-211-1/+1
| | | swap constant for operator per treesitter recommendation
* Separate special variables to catch up masterdelphinus2021-09-211-1/+3
|
* Use @string.regex to highlight regex'sdelphinus2021-09-211-2/+5
|
* Add minimum implementation for highlightsdelphinus2021-09-211-0/+169
|
* Swapping to the correct repoLucas Crownover2021-09-211-1/+1
|
* Adding perl parserLucas Crownover2021-09-211-0/+9
|
* Update lockfile.jsonGitHub2021-09-201-4/+4
|
* update hcl parser, update queriesmhoffm2021-09-202-7/+11
|
* Update lockfile.jsonmaxxnino2021-09-201-1/+1
|
* Zig queries: highlight, fold and indentmaxxnino2021-09-203-5/+17
| | | | | | | | * fold for if/while/for * highlight "_" for ignore variable * highlight "c" for PtrTypeStart * highlight "?" for optional type * remove duplicate query node in indent
* [docgen] Update README.mdGithub Actions2021-09-191-0/+1
| | | | skip-checks: true
* highlights(c): add Mircosoft attributesStephan Seitz2021-09-191-1/+13
|
* Fix incremental selection for nodes that include EOLSantos Gallegos2021-09-191-1/+2
| | | | | | | | | | | | 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 ```
* Update lockfile.jsonGitHub2021-09-191-6/+9
|
* Support hjsonkghugo2021-09-197-0/+32
|
* highlights(c): add __attribute__Stephan Seitz2021-09-191-0/+1
|