aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update lockfile.jsonGitHub2022-11-061-2/+2
|
* fix: update julia queries to parser changeChristian Clason2022-11-063-3/+3
|
* Update lockfile.jsonGitHub2022-11-061-1/+1
|
* Update lockfile.jsonGitHub2022-11-051-3/+3
|
* feat(ql): add folding queriesAlvaro Muñoz2022-11-051-0/+7
|
* fix(rust): update queries to breaking changesChristian Clason2022-11-053-9/+7
| | | | | | | * `if_let_expression` was removed in https://github.com/tree-sitter/tree-sitter-rust/pull/152 * `attributes` were reworked in https://github.com/tree-sitter/tree-sitter-rust/pull/163 (no more `meta-item`)
* Update lockfile.jsonGitHub2022-11-051-5/+5
|
* Update lockfile.jsonGitHub2022-11-031-2/+2
|
* Update lockfile.jsonGitHub2022-11-021-4/+4
|
* refactor julia localsSergio Alejandro Vargas2022-11-021-32/+56
|
* refactor(highlights/julia): Update definitionsSergio Alejandro Vargas2022-11-022-96/+135
| | | | | | | | | | | | | | | See https://github.com/tree-sitter/tree-sitter-julia/pull/54 Remove a bunch of patterns with `argument_list`. No longer necessary with `short_function_definition`. Other minor changes including: - Add boolean literals See https://github.com/tree-sitter/tree-sitter-julia/pull/44 - Update highlights for operators (for bindings, type operators, etc) - Update lockfile
* Update lockfile.jsonGitHub2022-11-011-1/+1
|
* fix(readme): disable folding at startupWuelner Martínez2022-11-011-1/+1
|
* lua: update queriesChristian Clason2022-11-011-0/+5
|
* help: update queriesChristian Clason2022-11-011-2/+11
|
* test: remove bundled parsers in CIChristian Clason2022-11-012-5/+5
| | | | ensure that queries are tested against parser version in lockfile
* Disable folding at startup.Jelle Haandrikman2022-11-011-0/+1
|
* fix(configs): ensure_installed can be a stringCarlo Sala2022-10-311-1/+1
|
* Update lockfile.jsonGitHub2022-10-311-2/+2
|
* feat(emmy): add emmylua annotationsLewis Russell2022-10-318-121/+257
|
* Update lockfile.jsonGitHub2022-10-301-1/+1
|
* fix(lockfile): remove typo entryfigsoda2022-10-301-3/+0
|
* feat: conceal backslash escapeFolke Lemaitre2022-10-301-5/+4
|
* Update lockfile.jsonGitHub2022-10-301-2/+2
|
* feat: markdown table highlights and inlineFolke Lemaitre2022-10-292-1/+12
|
* Add regex injections for php (#3592)gbprod2022-10-281-1/+7
|
* Update READMEGithub Actions2022-10-281-1/+1
|
* Update lockfile.jsonGitHub2022-10-281-1/+4
|
* feat(git_rebase): add git_rebase parsergbprod2022-10-284-0/+24
|
* Update lockfile.jsonGitHub2022-10-281-3/+3
|
* Update lockfile.jsonGitHub2022-10-271-1/+1
|
* Update lockfile.jsonGitHub2022-10-261-2/+2
|
* Update lockfile.jsonGitHub2022-10-261-1/+1
|
* Update lockfile.jsonGitHub2022-10-251-1/+1
|
* fix(ocaml): change query order for VariablesRobin Björklin2022-10-251-7/+7
| | | | | | 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.
* highlights(python): add "except*"Stephan Seitz2022-10-251-0/+1
| | | | | | 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
* Update lockfile.jsonGitHub2022-10-251-1/+1
|
* Update lockfile.jsonGitHub2022-10-241-1/+1
|
* Update ecma injections to support recent additions to ↵NullVoxPopuli2022-10-241-0/+2
| | | | tree-sitter-javascript/typescript
* Update lockfile.jsonGitHub2022-10-241-1/+1
|
* Update lockfile.jsonGitHub2022-10-241-2/+2
|
* fix(bash): Rename ansii_c_string to ansi_c_string. (#3702)ギャラ2022-10-232-2/+2
|
* Update lockfile.jsonGitHub2022-10-221-1/+1
|
* Update lockfile.jsonGitHub2022-10-201-1/+1
|
* Update lockfile.jsonGitHub2022-10-201-2/+2
|
* nickel: use @booleanJosé Luis Lafuente2022-10-201-1/+1
|
* Update READMEGithub Actions2022-10-201-0/+1
|
* Update lockfile.jsonGitHub2022-10-201-6/+12
|
* parsers: add nickel parser (#3506)José Luis Lafuente2022-10-192-0/+69
| | | | | | | | | | | | | | | | | * 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>
* feat(diff): add diff parsergbprod2022-10-194-0/+20
| | | | This commit introduce diff parser.