| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat(ruby): update queries to support rbs-inline syntax (#8282) | Tomohiro Hashidate | 2025-11-14 | 3 | -1/+38 | |
| | | ||||||
| * | feat(zsh): bump parser, disallow injections for regex with expansion | George Harker | 2025-11-13 | 2 | -1/+2 | |
| | | ||||||
| * | feat(sql): update parser, highlights (#8272) | Derek Stride | 2025-11-13 | 2 | -1/+29 | |
| | | ||||||
| * | feat(t32)!: update parser and queries (#8276) | Christoph Sax | 2025-11-12 | 6 | -13/+17 | |
| | | | | | | `trace32_hll_variable` has been removed from the grammar. The queries are now capturing `symbol` instead. `symbol` is highlighted as variable or constant. | |||||
| * | fix(gdshader): add missing keyword to group (#8274) | Tayfun Bocek | 2025-11-10 | 1 | -0/+1 | |
| | | ||||||
| * | feat(haskell): switch to maintained fork | Christian Clason | 2025-11-10 | 2 | -3/+3 | |
| | | ||||||
| * | ci: add check for downstream queries | Christian Clason | 2025-11-10 | 1 | -0/+58 | |
| | | | | | | | | | | | | | Problem: Parser updates may break downstream queries. Solution: Add workflow that clones and validates queries in * https://github.com/nvim-treesitter/nvim-treesitter-textobjects#main * https://github.com/nvim-treesitter/nvim-treesitter-context on changes to the parsers.lua table. (Workflow should not be required to pass; the purpose is to give a heads-up that follow-up PRs are needed.) | |||||
| * | feat(parsers): update asm, devicetree, gdshader, hack, hyprlang, koto, ↵ | Christian Clason | 2025-11-08 | 1 | -14/+14 | |
| | | | | | matlab, mlir, nix, ocamllex, pkl, sql, templ, zsh | |||||
| * | fix(python): nospell for interpolation | Jaehwang Jung | 2025-11-06 | 1 | -1/+1 | |
| | | ||||||
| * | feat(parsers): add zsh support (#8240) | George Harker | 2025-11-05 | 7 | -0/+762 | |
| | | | | | | Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: Riley Bruins <ribru17@hotmail.com> Co-authored-by: Tayfun Bocek <tayfunbocek@live.ca> | |||||
| * | fix(typescript): support type param for styled components (#8066) | Alexey Svirshchevskiy | 2025-11-04 | 2 | -1/+28 | |
| | | ||||||
| * | feat(ecma): variable definition from object destructure (#8233) | Igor Lacerda | 2025-11-04 | 1 | -0/+4 | |
| | | ||||||
| * | fix(xml): remove `CDATA` injection | Izzy Muerte | 2025-11-03 | 1 | -2/+1 | |
| | | | | | This change does not break existing injections that currently ship with nvim-treesitter, but instead allows additional injections to be defined by users, like those found in the Max/MSP Jitter XML Shader format. | |||||
| * | feat(parsers): update angular, desktop, earthfile, editorconfig, gdshader, ↵ | Christian Clason | 2025-11-02 | 1 | -11/+11 | |
| | | | | | javadoc, matlab, mlir, pkl, powershell, xresources | |||||
| * | feat!(gdshader): replace gdshader parser and queries (#8244) | Tayfun Bocek | 2025-10-30 | 4 | -91/+239 | |
| | | | | Switch parser to https://github.com/airblast-dev/tree-sitter-gdshader | |||||
| * | feat(install): remove node requirement | Christian Clason | 2025-10-30 | 6 | -351/+337 | |
| | | | | | | | * supported parsers _must_ commit at least `grammar.json` * set `TREE_SITTER_JS_RUNTIME=native` when generating parser to use built-in quickjs instead of node (requires tree-sitter 0.26) | |||||
| * | feat(scfg): update parser | Christian Clason | 2025-10-30 | 1 | -3/+1 | |
| | | ||||||
| * | fix: prefer `#eq?` for checking equality with one string (#8246) | Riley Bruins | 2025-10-30 | 9 | -15/+19 | |
| | | ||||||
| * | feat(diff): update parser after move | Christian Clason | 2025-10-29 | 2 | -3/+3 | |
| | | ||||||
| * | feat(julia)!: update parser and queries (#8235) | Christoph Horn | 2025-10-27 | 2 | -18/+22 | |
| | | | | | | | | sync locals queries with upstream --------- Co-authored-by: Christian Clason <c.clason@uni-graz.at> | |||||
| * | feat(apex): javadoc injections (#8232) | imawaki | 2025-10-26 | 1 | -0/+9 | |
| | | | | | | | Apex codebases commonly use Javadoc-style comments, similar to Java (Apex is Salesforce's object-oriented language). This updates the injection query to capture javadoc nodes instead of the generic comment for better highlighting and parsing accuracy. | |||||
| * | fix(python): regex injection not working for concatenated strings (#8197) | Lev Velykoivanenko | 2025-10-26 | 7 | -3/+83 | |
| | | | | Co-authored-by: Riley Bruins <ribru17@hotmail.com> | |||||
| * | feat(parsers): update c3, desktop, dot, gomod, idl, julia, kitty, matlab, ↵ | Christian Clason | 2025-10-25 | 1 | -13/+13 | |
| | | | | | mlir, nu, php, php_only, tmux | |||||
| * | feat(nu): update syntax to Nu 0.108.0 (#8227) | zc he | 2025-10-25 | 1 | -24/+19 | |
| | | | | also deduplicate bracket rules | |||||
| * | feat(hyprlang): update parser and queries (#8224) | Omar Valdez | 2025-10-24 | 2 | -1/+7 | |
| | | ||||||
| * | fix: use proper `; inherits` syntax in queries (#8226) | Riley Bruins | 2025-10-24 | 6 | -6/+11 | |
| | | | | | | Some queries don't add a colon after the `inherits` keyword, which nvim could handle but `ts_query_ls` could not, causing it to give incomplete diagnostics. | |||||
| * | Remove empty capture based on ts_query_ls output | Isla Waters | 2025-10-24 | 1 | -1/+0 | |
| | | ||||||
| * | feat(perl): Add language injection based on heredoc delimiter | Isla Waters | 2025-10-24 | 1 | -0/+4 | |
| | | ||||||
| * | feat(julia)!: switch to maintained fork | Christian Clason | 2025-10-23 | 2 | -4/+4 | |
| | | | | | breaking change: ABI 15, drop support for emoji identifiers | |||||
| * | fix(nu): separate patterns for `collection_type` | zc he | 2025-10-21 | 1 | -7/+12 | |
| | | ||||||
| * | feat(parsers): update ada, cmake, desktop, dot, mlir, nu, qmljs, sparql, ↵ | Christian Clason | 2025-10-19 | 1 | -14/+14 | |
| | | | | | sql, superhtml, systemverilog, t32, tmux, xresources | |||||
| * | feat(julia): update builtin functions and types (#8203) | Christian Clason | 2025-10-17 | 1 | -14/+17 | |
| | | | | Update to Julia 1.12 (sync with upstream) | |||||
| * | docs(readme): remove wiki link | Christian Clason | 2025-10-17 | 2 | -3/+1 | |
| | | ||||||
| * | fix(vue): `@character.special` highlights for `:`, `.` (#8200) | Riley Bruins | 2025-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | fix(t32): update repo url | Christoph Sax | 2025-10-15 | 2 | -2/+2 | |
| | | | | | Switches the grammar repository from GitLab to GitHub. | |||||
| * | feat(vue): delimiter highlight touch-ups | Riley Bruins | 2025-10-12 | 1 | -1/+9 | |
| | | ||||||
| * | chore: ask for file extension in new language PR template | Riley Bruins | 2025-10-11 | 1 | -0/+2 | |
| | | | | | This will really help me to search on github for diverse code samples. | |||||
| * | 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 | |
| | | ||||||
