summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-28Update lockfile.jsonGitHub
2022-10-28feat(git_rebase): add git_rebase parsergbprod
2022-10-28Update lockfile.jsonGitHub
2022-10-27Update lockfile.jsonGitHub
2022-10-26Update lockfile.jsonGitHub
2022-10-26Update lockfile.jsonGitHub
2022-10-25Update lockfile.jsonGitHub
2022-10-25fix(ocaml): change query order for VariablesRobin Björklin
By moving the Variables query higher it gives the @variable capture group a lower precedence when highlighting. This makes it possible to distinguish between @function and @variable.
2022-10-25highlights(python): add "except*"Stephan Seitz
Added in https://github.com/tree-sitter/tree-sitter-python/pull/176 About the feature https://realpython.com/python311-exception-groups/#exception-groups-and-except-in-python-311
2022-10-25Update lockfile.jsonGitHub
2022-10-24Update lockfile.jsonGitHub
2022-10-24Update ecma injections to support recent additions to ↵NullVoxPopuli
tree-sitter-javascript/typescript
2022-10-24Update lockfile.jsonGitHub
2022-10-24Update lockfile.jsonGitHub
2022-10-23fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)ギャラ
2022-10-22Update lockfile.jsonGitHub
2022-10-20Update lockfile.jsonGitHub
2022-10-20Update lockfile.jsonGitHub
2022-10-20nickel: use @booleanJosé Luis Lafuente
2022-10-20Update READMEGithub Actions
2022-10-20Update lockfile.jsonGitHub
2022-10-19parsers: add nickel parser (#3506)José Luis Lafuente
* parsers: add nickel parser * Update lua/nvim-treesitter/parsers.lua Co-authored-by: Christian Clason <christian.clason@uni-due.de> * Update queries/nickel/highlights.scm Co-authored-by: Christian Clason <christian.clason@uni-due.de> * fix queries * Cleanup (based on @theHamsta review) Co-authored-by: Christian Clason <christian.clason@uni-due.de>
2022-10-19feat(diff): add diff parsergbprod
This commit introduce diff parser.
2022-10-19fix(modules): allow non-registered langs to use modulesLewis Russell
This change allows for languages not managed by nvim-treesitter to use Nvim-treesitter modules like folding and indent.
2022-10-18Update lockfile.jsonGitHub
2022-10-18Update lockfile.jsonGitHub
2022-10-17Update lockfile.jsonGitHub
2022-10-17highlights(ecma): add pair_pattern punctuation.delimiterMunif Tanjim
2022-10-17Update lockfile.jsonGitHub
2022-10-17Update lockfile.jsonGitHub
2022-10-17docs: document all the captures in CONTRIBUTING.mdObserverOfTime
2022-10-17fix(readme): update highlight instructionsChristian Clason
2022-10-17Update lockfile.jsonGitHub
2022-10-17locals(lua): fix directive not applyingbeardedsakimonkey
fixes #3280
2022-10-17Update lockfile.jsonGitHub
2022-10-16folds(yaml): Fold at the entire node, not at the body.Jongwook Choi
2022-10-16Update lockfile.jsonGitHub
2022-10-16feat!: remove obsolete `TS*` highlight groupsChristian Clason
2022-10-16Update lockfile.jsonGitHub
2022-10-16feat(phpdoc): Remove requires_generate_from_grammarMichael Härtl
2022-10-15Update READMEGithub Actions
2022-10-15highlights: use @preproc where appropriateObserverOfTime
2022-10-15test(gitattributes): add tests for highlightsObserverOfTime
2022-10-15Update lockfile.jsonGitHub
2022-10-15highlights(c): highlight standard streamsObserverOfTime
2022-10-15highlights(rst): disable spell for code blocksObserverOfTime
injections(rst): add sourcecode directive
2022-10-15highlights(dockerfile): add several highlightsObserverOfTime
2022-10-15highlights(bash): add all signal namesObserverOfTime
2022-10-15highlights(kotlin): add companion keywordObserverOfTime
2022-10-15highlights(scss): add function statementObserverOfTime