| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(kitty): align line continuation highlights | Riley Bruins | 2025-10-11 | 1 | -1/+1 |
| | | | | | | Changes them from `@comment` to `@punctuation.special`, which is how they are in other languages. | ||||
| * | feat(parsers): update angular, comment, dart, desktop, enforce, erlang, ↵ | Christian Clason | 2025-10-11 | 1 | -22/+22 |
| | | | | | gleam, gotmpl, hare, helm, javadoc, kitty, koto, mlir, racket, rust, scheme, superhtml, systemverilog, wit, xresources, yaml | ||||
| * | feat(tmux)!: update parser and highlights | Steven Xu | 2025-10-11 | 2 | -3/+2 |
| | | | | | | | Breaking changes: - Nodes `(variable_name)`, `(expr_variable_name)`, `(variable_name_short)`, are exposed as `(name)`. | ||||
| * | feat(tmux)!: update parser and highlights | Steven Xu | 2025-10-10 | 3 | -9/+23 |
| | | | | | | | | | | | Breaking changes: - Node `(variable)` was renamed to `(expr_double_quotes)`. - Node `(variable_raw)` was renamed to `(expr_single_quotes)`. - Node `(string)` was renamed to `(str_double_quotes)`. - Node `(raw_string)` was renamed to `(str_single_quotes)`. - Node `(raw_string_quote)` was removed. | ||||
| * | feat(inko): update parser for let pattern matching | Yorick Peterse | 2025-10-07 | 2 | -2/+2 |
| | | | | | | | | | Commit 9d7ed4 of the Inko tree-sitter grammar introduces support for pattern matching in `let` expressions. This requires some corresponding changes to the "local" queries to correctly define local variables. This is done by simply defining locals for all "identifier_pattern" nodes, instead of only doing this for "define_variable" nodes. | ||||
| * | feat(nu)!: update parser and queries | blindfs | 2025-10-06 | 2 | -3/+3 |
| | | |||||
| * | feat(angular)!: update parser and queries | Christian Clason | 2025-10-04 | 2 | -5/+2 |
| | | | | | Breaking change: node `(static_member_expression)` was removed | ||||
| * | feat(parsers): update ada, c_sharp, css, dart, editorconfig, enforce, ↵ | Christian Clason | 2025-10-04 | 1 | -13/+13 |
| | | | | | javadoc, koto, prisma, rust, sql, superhtml, t32 | ||||
| * | chore(gdscript): mark as unmaintained | Christian Clason | 2025-10-04 | 2 | -3/+2 |
| | | | | | Significant upstream breaking changes are not adapted to. | ||||
| * | feat(inko): update parser and highlights | Yorick Peterse | 2025-10-03 | 2 | -1/+6 |
| | | | | | | This commit includes syntax support for a few new syntax elements, and updates the highlights queries to highlight two new expression keywords. | ||||
| * | feat(python): highlight special brackets in `format_expression` | Omar Valdez | 2025-10-03 | 1 | -0/+4 |
| | | |||||
| * | feat(java): highlight wildcards (#8165) | Riley Bruins | 2025-10-02 | 1 | -0/+3 |
| | | |||||
| * | fix: remove redundant alternants (#8159) | Riley Bruins | 2025-09-28 | 32 | -59/+0 |
| | | |||||
| * | feat(parsers): add kitty (#8129) | Mouinul Hossain | 2025-09-28 | 4 | -0/+215 |
| | | |||||
| * | feat(inko)!: update parser and queries | Christian Clason | 2025-09-28 | 2 | -2/+1 |
| | | | | | Breaking change: `(array_pattern)` rule and node was removed again. | ||||
| * | feat(parsers): update ada, cpp, desktop, erlang, godot_resource, ini, ↵ | Christian Clason | 2025-09-28 | 1 | -16/+16 |
| | | | | | javadoc, mlir, powershell, rifleconf, slint, sql, superhtml, t32, xresources | ||||
| * | feat(hyprlang): highlight more exec keywords | Omar Valdez | 2025-09-22 | 1 | -0/+3 |
| | | |||||
| * | feat(snl): add parser and queries | Minijackson | 2025-09-22 | 7 | -0/+520 |
| | | |||||
| * | fix: align line continuation highlights (#8146) | Riley Bruins | 2025-09-21 | 5 | -5/+10 |
| | | | | | These should be `@punctuation.special`. Added the highlight for python, cylc, and make. Corrected it for earthfile and matlab. | ||||
| * | feat(koto)!: update parser and queries | Christian Clason | 2025-09-21 | 2 | -2/+3 |
| | | | | | Breaking changes: `call`, `index`, `lookup` fields removed | ||||
| * | feat(parsers): update ada, cuda, desktop, gdscript, json5, mlir, nu, slint, ↵ | Christian Clason | 2025-09-21 | 1 | -14/+14 |
| | | | | | snakemake, supercollider, superhtml, vhdl, wgsl_bevy, xresources | ||||
| * | feat(python): revert breaking change | Christian Clason | 2025-09-19 | 3 | -8/+10 |
| | | | | | | | | | | This reverts the update in https://github.com/nvim-treesitter/nvim-treesitter/pull/8128 which turned out to have further breaking consequences. Pin the parser to the last release (tier 1) to avoid pulling in more breaking changes. | ||||
| * | feat(latex): add counter nodes' highlight rules | Thibault de Villèle | 2025-09-19 | 2 | -1/+60 |
| | | |||||
| * | feat(latex)!: update parser and queries | Thibault de Villèle | 2025-09-19 | 2 | -4/+4 |
| | | | | | | | Breaking change: `(curly_group_label)` replaced by `(curly_group_text)` see latex-lsp/tree-sitter-latex#213 | ||||
| * | fix(c_sharp): missing highlight for parameter modifier | sharpchen | 2025-09-19 | 1 | -0/+3 |
| | | |||||
| * | fix(c_sharp): missing query for delegate name | sharpchen | 2025-09-17 | 1 | -0/+3 |
| | | |||||
| * | feat(parsers): update bash, c, cpp, desktop, djot, dtd, editorconfig, ↵ | Christian Clason | 2025-09-17 | 2 | -39/+37 |
| | | | | | gdscript, go, html, idl, java, javadoc, javascript, json, markdown, markdown_inline, mlir, php, php_only, python, r, rust, scheme, ssh_config, supercollider, superhtml, systemverilog, templ, xml, xresources | ||||
| * | docs(health): consistent use of `tree-sitter-cli` | Christian Clason | 2025-09-17 | 1 | -3/+3 |
| | | |||||
| * | docs(README): clarify that `tree-sitter-cli` is required (#8124) | Sergio A. Vargas | 2025-09-17 | 1 | -1/+1 |
| | | | | Seems like most distros have split out the CLI package under this name and reserve `tree-sitter` for the library (and crates) only. | ||||
| * | feat(rifleconf): add parser and queries | purarue | 2025-09-14 | 4 | -0/+56 |
| | | |||||
| * | feat(python)!: update parser and queries | Christian Clason | 2025-09-13 | 2 | -2/+1 |
| | | | | | Breaking change: anonymous node `"expect*"` was removed by the refactor. | ||||
| * | feat(parsers): update authzed, bash, cpp, cylc, editorconfig, foam, ↵ | Christian Clason | 2025-09-13 | 1 | -24/+24 |
| | | | | | gdscript, go, html, hurl, idl, java, javadoc, javascript, jsdoc, json, mlir, php, php_only, powershell, regex, rust, supercollider, zig | ||||
| * | feat(glimmer_*): add `glimmer_template` folds (#8115) | NullVoxPopuli | 2025-09-13 | 2 | -0/+4 |
| | | |||||
| * | fix(filetypes): correct glimmer_* mappings (#8110) | altermo | 2025-09-10 | 1 | -2/+2 |
| | | |||||
| * | feat(snakemake): update queries (#8106) | osthomas | 2025-09-07 | 6 | -20/+171 |
| | | | | also add indent tests | ||||
| * | feat(parsers): update arduino, desktop, hurl, mlir, query, slint, snakemake, ↵ | Christian Clason | 2025-09-07 | 1 | -8/+8 |
| | | | | | xresources | ||||
| * | feat(parsers): update agda, c3, embedded_template, javadoc, javascript, ↵ | Christian Clason | 2025-09-06 | 1 | -12/+12 |
| | | | | | jinja, jinja_inline, pkl, slang, supercollider, sway, systemverilog | ||||
| * | feat(proto): folds for import statements | Riley Bruins | 2025-08-31 | 1 | -0/+2 |
| | | |||||
| * | feat(proto): more delimiter, property highlights | Riley Bruins | 2025-08-31 | 2 | -0/+80 |
| | | |||||
| * | feat(wxml): add parser and queries | BlockLune | 2025-08-29 | 6 | -0/+124 |
| | | |||||
| * | feat(matlab)!: update parser and queries | Christian Clason | 2025-08-29 | 2 | -4/+7 |
| | | |||||
| * | feat(parsers): update bash, c, clojure, cpp, embedded_template, gap, go, ↵ | Christian Clason | 2025-08-29 | 1 | -15/+15 |
| | | | | | html, java, javascript, json, json5, pkl, rust, supercollider | ||||
| * | feat(nu)!: update parser and queries | Christian Clason | 2025-08-26 | 2 | -32/+22 |
| | | |||||
| * | feat(gotmpl,helm)!: update parser and queries | Christian Clason | 2025-08-25 | 2 | -3/+10 |
| | | |||||
| * | feat(parsers): update arduino, blade, desktop, elixir, javadoc, llvm, mlir, ↵ | Christian Clason | 2025-08-25 | 1 | -13/+13 |
| | | | | | perl, superhtml, vhdl, xresources, ziggy, ziggy_schema | ||||
| * | fix(blade): fix highlighting of php tags | Caleb White | 2025-08-25 | 1 | -0/+2 |
| | | |||||
| * | feat(inko): add support for array patterns | Yorick Peterse | 2025-08-21 | 2 | -1/+2 |
| | | | | | | This updates the version of the Inko parser to the latest version and includes indent support for the new array pattern node. | ||||
| * | feat(matlab)!: update parser and queries | Christian Clason | 2025-08-19 | 2 | -2/+3 |
| | | |||||
| * | feat(parsers): update arduino, chatito, desktop, editorconfig, ↵ | Christian Clason | 2025-08-19 | 1 | -14/+14 |
| | | | | | gitattributes, gpg, idl, javadoc, mlir, pem, php, php_only, poe_filter, xresources | ||||
| * | feat(parsers): update fennel, javadoc, llvm, matlab, mlir, nickel, nix, php, ↵ | Christian Clason | 2025-08-16 | 1 | -13/+13 |
| | | | | | php_only, query, superhtml, vimdoc, wit | ||||
