summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-04docs: mention running packadd in README.mdThomas Vigouroux
Thanks @David-Else for the suggestion. Fixes #270
2021-01-04Rust: highlight bracketsSantos Gallegos
2021-01-03Update lockfile.jsonvigoux
2021-01-03Python highlights: Add regex injections: re.match(r"...")Stephan Seitz
2021-01-03Regex highlights: Add constant highlight for class_characterStephan Seitz
2021-01-03Regex highlights: no escape highlighting for escaped special charactersStephan Seitz
2021-01-03Regex highlighting: add "?" operatorStephan Seitz
2021-01-03Julia highlights: Add markdown injection for docstringsStephan Seitz
2021-01-03[docgen] Update README.mdGithub Actions
2021-01-03Add maintainers for JuliaStephan Seitz
2021-01-03Add Julia highlights (coauthor: @mroavi)Stephan Seitz
2021-01-02RST: update injection queriesSantos Gallegos
Finally, highlight for code blocks
2021-01-02Update lockfile.jsontheHamsta
2021-01-02Python (folds): allow to fold stringsSantos Gallegos
Mostly useful for folding docstrings
2021-01-01Update lockfile.jsonstsewd
2021-01-01RST: update parser and queriesSantos Gallegos
- 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.
2021-01-01Add c injection for ffi.cdef to luaSimon Hauser
2020-12-31Update lockfile.jsontheHamsta
2020-12-31[docgen] Update README.mdGithub Actions
2020-12-31add gdscriptTJ DeVries
2020-12-30Update lockfile.jsontheHamsta
2020-12-30Add SPARQLBonaBeavis
Signed-off-by: BonaBeavis <gordian.dziwis@gmail.com>
2020-12-25wildcards to capture keysDavid Hotham
2020-12-25simplify treatement of escape sequencesDavid Hotham
2020-12-25remove plus from list of punctuationDavid Hotham
2020-12-25first draft of YAML highlightingDavid Hotham
2020-12-25feat: Add more bash queriesMike
Add missing fold queries Add "function" to keywords highlights
2020-12-25remove duplication of query for numberDavid Hotham
2020-12-25match test for regexDavid Hotham
2020-12-25fixes to bash highlightingDavid Hotham
2020-12-21Improve python/indents.scmJędrzej Boczar
2020-12-21Remove deprecated highlightsdelphinus
2020-12-21Revert "Add lacked highlight link defined in highlight.lua"delphinus
This reverts commit 00f4f4d9856da0191c1d7f0d33f22b7cfcbb56c8.
2020-12-21Add lacked highlight link defined in highlight.luadelphinus
2020-12-21Add lacked Javascript operatorsdelphinus
2020-12-20Update lockfile.jsontheHamsta
2020-12-20stricter regex kotlin constantsTormod Alf Try Tufteland
2020-12-18Python: fix self highlighingSantos Gallegos
2020-12-18Add more ruby built-in constantsKassio Borges
2020-12-18Update indents.scmEvan
2020-12-18Create indents.scm for pythonEvan
2020-12-18fix(query): add noop handler for make-rangeSteven Sojka
2020-12-17Update lockfile.jsontheHamsta
2020-12-17Update for teal-0.9Corey Williamson
2020-12-16Remove duplicate capture for `function_definition`El Piloto
2020-12-16Capture anonymous functions assigned to variablesEl Piloto
Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/709
2020-12-16fix: support shiftwidth for indents.Senghan Bright
2020-12-16Ruby highlights: Unify call and method_call (follow tree-sitter-ruby)Stephan Seitz
2020-12-16Update lockfile.jsonkyazdani42
2020-12-16editorconfig: set tab_width to 2 for lua filesThanabodee Charoenpiriyakij