aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(highlight): fix detach functionThomas Vigouroux2021-01-141-6/+4
| | | | Fixes #798
* fix(highlight): remove unneeded query managementThomas Vigouroux2021-01-141-5/+1
|
* added query enhancementsBrian Shu2021-01-123-2/+9
| | | | | | added toml added alternation
* C++ highlights: Fix destructor highlightingStephan Seitz2021-01-081-1/+1
| | | | Field is not "name"
* Update lockfile.jsonvigoux2021-01-081-1/+1
|
* fixed not highlighting bugBrian Shu2021-01-082-14/+12
|
* removed async changedtickBrian Shu2021-01-081-1/+1
|
* async buf_attachBrian Shu2021-01-081-1/+1
|
* feat(js): add regex injections (#834)Steven Sojka2021-01-071-0/+2
|
* removed async changedtickBrian Shu2021-01-071-1/+1
|
* async buf_attachBrian Shu2021-01-071-1/+1
|
* added attach asyncBrian Shu2021-01-072-1/+14
|
* Python highlights: update definition of decoratorStephan Seitz2021-01-071-1/+4
|
* Python locals: Add new node with_clauseStephan Seitz2021-01-071-1/+2
|
* Update lockfile.jsonvigoux2021-01-071-1/+1
|
* started branchBrian Shu2021-01-073-0/+35
|
* fix(c highlights): add missing operatorsThomas Vigouroux2021-01-061-0/+2
|
* Update lockfile.jsonstsewd2021-01-061-1/+1
|
* Remove usages of `@embedded` in highlightsStephan Seitz2021-01-065-17/+17
|
* html highlights: add "<!" to tag.delimitersStephan Seitz2021-01-051-0/+1
|
* Update lockfile.jsonvigoux2021-01-051-3/+6
|
* Add turtleBonaBeavis2021-01-056-0/+94
|
* Update lockfileCorey Williamson2021-01-051-1/+1
|
* Update teal syntax for 0.10Corey Williamson2021-01-051-3/+8
|
* indent fixeskiyan422021-01-042-11/+35
|
* Query: add string.escapeSantos Gallegos2021-01-042-1/+2
| | | | Needs https://github.com/nvim-treesitter/tree-sitter-query/pull/5
* feat: added more fold querieselianiva2021-01-044-0/+14
|
* docs: mention running packadd in README.mdThomas Vigouroux2021-01-041-0/+5
| | | | | | Thanks @David-Else for the suggestion. Fixes #270
* Rust: highlight bracketsSantos Gallegos2021-01-041-6/+8
|
* Update lockfile.jsonvigoux2021-01-031-1/+1
|
* Python highlights: Add regex injections: re.match(r"...")Stephan Seitz2021-01-032-1/+6
|
* Regex highlights: Add constant highlight for class_characterStephan Seitz2021-01-032-2/+4
|
* Regex highlights: no escape highlighting for escaped special charactersStephan Seitz2021-01-031-0/+4
|
* Regex highlighting: add "?" operatorStephan Seitz2021-01-031-1/+1
|
* Julia highlights: Add markdown injection for docstringsStephan Seitz2021-01-031-0/+2
|
* [docgen] Update README.mdGithub Actions2021-01-031-1/+1
|
* Add maintainers for JuliaStephan Seitz2021-01-031-1/+2
|
* Add Julia highlights (coauthor: @mroavi)Stephan Seitz2021-01-032-0/+236
|
* RST: update injection queriesSantos Gallegos2021-01-024-17/+33
| | | | Finally, highlight for code blocks
* Update lockfile.jsontheHamsta2021-01-021-1/+1
|
* Python (folds): allow to fold stringsSantos Gallegos2021-01-021-0/+2
| | | | Mostly useful for folding docstrings
* Update lockfile.jsonstsewd2021-01-011-2/+2
|
* RST: update parser and queriesSantos Gallegos2021-01-014-13/+69
| | | | | | | | | | | | | | | | | | | | | | | | | - The directive type does not longer includes `::`. - The content of the directives is not longer interpreted as rst, but it uses language injection for it. - Fix a query to allow to capture targets without link. - Reset the content of the math role so it can be highlighted by the injection instead. Problems I found: - Capturing the same node with @language and @content will raise an error. ``` Error detected while processing FileType Autocommands for "*": E5108: Error executing lua /usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:331: table index is nil ``` Harcoding the language works, Using the offset predicate doesn't work either `(#offset! 0 0 1 0)` nor `(#offset! 0 0 0 5)` - Generating the grammar using `tree-sitter-cli@0.17.x` breaks nvim-treesitter, `@0.16.9` works.
* Add c injection for ffi.cdef to luaSimon Hauser2021-01-011-0/+10
|
* Update lockfile.jsontheHamsta2020-12-311-0/+3
|
* [docgen] Update README.mdGithub Actions2020-12-311-0/+1
|
* add gdscriptTJ DeVries2020-12-313-0/+46
|
* Update lockfile.jsontheHamsta2020-12-301-0/+3
|
* Add SPARQLBonaBeavis2020-12-306-0/+270
| | | | Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
* wildcards to capture keysDavid Hotham2020-12-251-2/+2
|