aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bot(lockfile): update dtd, xml, ziggy, ziggy_schemanvim-treesitter-bot[bot]2025-03-161-4/+4
|
* feat(typst): highlight language name as @labelRiley Bruins2025-03-151-0/+3
|
* bot(lockfile): update swiftnvim-treesitter-bot[bot]2025-03-151-1/+1
|
* bot(lockfile): update gitcommit, tiger, typoscriptnvim-treesitter-bot[bot]2025-03-141-3/+3
|
* fix(python): don't highlight parameter name as builtin (#7732)Salomon Popp2025-03-133-65/+77
|
* bot(lockfile): update cmake, liquid, meson, tera, v, vhdlnvim-treesitter-bot[bot]2025-03-131-6/+6
|
* ci(update): block bp (ABI 15)Christian Clason2025-03-131-1/+1
|
* feat(blade): add laravel blade parser and queries (#7693)Caleb White2025-03-127-0/+59
|
* feat(tact): update parser and queries (#7731)Novus Nota2025-03-125-10/+62
|
* fix(python): highlight function calls correctly (#7728)Salomon Popp2025-03-123-42/+77
|
* bot(lockfile): update cmake, erlang, ini, jinja, jinja_inline, nu, swift, ↵nvim-treesitter-bot[bot]2025-03-121-9/+9
| | | | ziggy, ziggy_schema
* fix(python): don't highlight attribute name as builtin (#7712)Salomon Popp2025-03-112-24/+30
| | | | | | | | | | | | | | | * fix(python): don't highlight attribute name as builtin * fix(python): highlight `@variable.member` correctly for member access context * test: add test * test: expand test * docs: update comment * refactor: change order, remove priority override * style: remove extra newline
* feat(bibtex): highlight URLs and DOIs (#7725)Omar Valdez2025-03-111-0/+7
|
* bot(lockfile): update erlang, jinja, jinja_inline, nix, nu, roc, superhtml, ↵nvim-treesitter-bot[bot]2025-03-111-10/+10
| | | | tera, ziggy, ziggy_schema
* fix(bibtex): use more appropriate captures (#7721)Omar Valdez2025-03-101-2/+2
|
* bot(lockfile): update asm, jinja, jinja_inline, vhdlnvim-treesitter-bot[bot]2025-03-101-4/+4
|
* feat(roc)!: bump parser and queriesChristian Clason2025-03-095-11/+107
| | | | | | Adapt to https://github.com/faldor20/tree-sitter-roc/pull/30 Also synchronize queries with upstream and add indents
* bot(readme): updatenvim-treesitter-bot[bot]2025-03-091-0/+1
|
* feat(tera): add parser and queriesuncenter2025-03-094-0/+171
|
* bot(lockfile): update ocaml, ocaml_interface, ocamllexnvim-treesitter-bot[bot]2025-03-091-3/+3
|
* fix(rust): inject regex into RegexBuilder instead of ByteRegexBuildermay2025-03-081-2/+2
|
* fix(rust): inject html and json in macro invocations (#7715)ginnyTheCat2025-03-081-10/+4
|
* bot(lockfile): update ocaml, ocaml_interfacenvim-treesitter-bot[bot]2025-03-081-2/+2
|
* bot(lockfile): update gleam, rustnvim-treesitter-bot[bot]2025-03-071-2/+2
|
* feat(gleam): "echo" keyword (#7710)Louis Pilfold2025-03-061-0/+1
|
* feat(snakemake): add rules to locals (#7698)patricorgi2025-03-062-3/+6
|
* bot(lockfile): update angular, meson, mlir, rust, scala, unisonnvim-treesitter-bot[bot]2025-03-061-6/+6
|
* bot(lockfile): update dtd, mlir, slim, xmlnvim-treesitter-bot[bot]2025-03-051-4/+4
|
* feat(jsx): commentstring queryRiley Bruins2025-03-041-0/+6
|
* bot(lockfile): update cmake, elixir, ocaml, ocaml_interface, powershell, ↵nvim-treesitter-bot[bot]2025-03-041-9/+9
| | | | requirements, superhtml, ziggy, ziggy_schema
* ci(update): block rescript (ABI 15)Christian Clason2025-03-041-1/+1
|
* feat(markdown): fold sublistsRiley Bruins2025-03-031-1/+6
|
* bot(lockfile): update cmake, elixir, fortran, fsharp, rust, vhdlnvim-treesitter-bot[bot]2025-03-031-6/+6
|
* bot(lockfile): update cmake, jinja, jinja_inline, nunvim-treesitter-bot[bot]2025-03-021-4/+4
|
* ci(update): block templ (ABI 15)Christian Clason2025-03-021-1/+1
|
* bot(lockfile): update dart, djot, meson, mlirnvim-treesitter-bot[bot]2025-03-011-4/+4
|
* ci(update): block typespec (ABI 15)Christian Clason2025-03-011-1/+1
|
* ci(update): block verilog (ABI 15)Christian Clason2025-03-011-1/+1
|
* bot(lockfile): update php, php_only, rust, vnvim-treesitter-bot[bot]2025-02-282-7/+4
|
* bot(readme): updatenvim-treesitter-bot[bot]2025-02-271-0/+1
|
* feat(kdl): parser and queries (#7657)Bert Baron2025-02-275-0/+248
|
* fix(kdl): highlight query order (#7688)Paul Hansen2025-02-271-7/+8
| | | | | | | | | | | | | This just fixes the highlighting queries so everything isn't highlighted as a variable due to the order of the queries meaning several queries were ignored. I also changed the node names to be highlighted as `@tag` since KDL is an xml-like format so `@tag` seemed more appropriate than type and it differentiates it from the type annotations. This does NOT update to the latest KDL version 2, that would need grammar changes. It does "mostly" work with KDL 2 though (notably unquoted strings seem to throw the grammar off.).
* feat(typescript): highlight abstract methodsOmar Valdez2025-02-271-0/+3
|
* feat(make): fold `define` statements.Andreas Hartmann2025-02-271-0/+1
|
* bot(lockfile): update fortran, nix, tlaplusnvim-treesitter-bot[bot]2025-02-271-3/+3
|
* feat(sql): add folds (#7686)Raafat Turki2025-02-261-0/+1
|
* feat(php): add support for new relative_name nodeCaleb White2025-02-264-34/+175
|
* feat(markdown): completely conceal codeblock fences on nightlyChristian Clason2025-02-251-2/+4
| | | | | Required to make https://github.com/neovim/neovim/pull/31324 work with nvim-treesitter.
* fix(gleam): indent on unqualified import rather than importAlex Manning2025-02-251-1/+1
|
* feat(typst): add more foldsAndreas Hartmann2025-02-251-0/+4
| | | | | | | | | for the following language constructs: - 'for' blocks - 'if/else' expressions - raw markup blocks (```) - `content`