aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* bot(parsers): update fish, gitcommit, matlab, mlir, scala, sourcepawn, ↵nvim-treesitter-bot[bot]2026-08-291-9/+9
| | | | swift, twig, vhdl
* docs(djot): mark as unmaintainedChristian Clason2026-08-231-2/+1
| | | | | | | Project moved to codeberg with no Github mirror (repo was archived instead), so document reality. (The language may be dropped in the future.)
* bot(parsers): update apex, json, liquidsoap, mlir, pkl, racket, rego, scala, ↵nvim-treesitter-bot[bot]2026-08-221-15/+15
| | | | sflog, soql, sosl, sourcepawn, swift, vhdl, wxml
* bot(parsers): update bpftrace, brightscript, diff, doxygen, julia, mlir, nu, ↵nvim-treesitter-bot[bot]2026-08-151-13/+13
| | | | proto, scala, sourcepawn, superhtml, swift, vhdl
* feat(diff): update parser and queriesChristian Clason2026-08-131-1/+1
|
* feat(teal)!: update parser and queriesChristian Clason2026-08-131-1/+1
| | | | | Breaking change: `(function_name)` node replaced by `(table_function_name)`.
* bot(parsers): update fsharp, javadoc, kotlin, latex, luadoc, mlir, nginx, ↵nvim-treesitter-bot[bot]2026-08-081-16/+16
| | | | ocaml, ocaml_interface, proto, scala, swift, tcl, templ, twig, usd
* feat(scala)!: update parser and queriesChristian Clason2026-08-051-1/+1
| | | | | | Also add indents queries from upstream. Breaking change: `(end)` node replaced by scanner-lexed `(end_marker)`
* bot(parsers): update gnuplotnvim-treesitter-bot[bot]2026-08-011-1/+1
|
* bot(parsers): update ada, diff, erlang, fsharp, javadoc, mlir, nickel, nu, ↵nvim-treesitter-bot[bot]2026-08-011-13/+13
| | | | proto, razor, scala, templ, vhdl
* feat(gnuplot)!: update parser and queries to v4.0.1Christian Clason2026-07-301-1/+1
| | | | Breaking changes: https://github.com/dpezto/tree-sitter-gnuplot/releases/tag/v4.0.0
* feat(gnuplot): mark as tier 1Christian Clason2026-07-261-2/+2
| | | | | | | Problem: Too many breaking changes during development. Solution: Pin to revisions to reduce breaking churn. Note: Queries are synced with upstream (with corrected formatting and docs adjustments).
* bot(parsers): update diff, elixir, elm, erlang, fsharp, git_config, gnuplot, ↵nvim-treesitter-bot[bot]2026-07-251-20/+20
| | | | idl, javadoc, kitty, markdown, markdown_inline, mlir, nickel, php, php_only, scala, ssh_config, superhtml, systemverilog
* feat(bpftrace)!: update parser and queriesChristian Clason2026-07-251-1/+1
| | | | | Breaking change: replace `(identifier)` by `(wildcard_identifier)` in some patterns.
* feat(gnuplot)!: update parser and queriesChristian Clason2026-07-241-1/+1
|
* feat(gnuplot)!: update parser and queriesChristian Clason2026-07-231-1/+1
|
* feat(diff): update parser and queriesChristian Clason2026-07-231-1/+1
|
* bot(parsers): update inkonvim-treesitter-bot[bot]2026-07-181-1/+1
|
* bot(parsers): update angular, apex, beancount, blade, bpftrace, c, cmake, ↵nvim-treesitter-bot[bot]2026-07-181-93/+93
| | | | cue, d, dart, devicetree, diff, djot, elixir, elm, enforce, erlang, faust, fish, forth, fortran, fsharp, gap, git_rebase, gitcommit, gleam, glimmer, glimmer_javascript, gren, groovy, haskell, htmldjango, idl, ispc, janet_simple, javadoc, json5, julia, kcl, kitty, kos, kotlin, koto, liquid, m68k, markdown, markdown_inline, matlab, meson, mlir, nickel, nim, nix, nu, ocaml, ocaml_interface, perl, php, php_only, pkl, pod, powershell, proto, ql, qmldir, qmljs, query, r, racket, razor, rego, requirements, rescript, rst, scala, sflog, slim, soql, sosl, ssh_config, superhtml, swift, systemverilog, t32, tact, templ, twig, v, vhdl, vim, vimdoc, yaml, zsh
* feat(prolog,problog)!: drop supportChristian Clason2026-07-181-19/+0
| | | | user removed from github
* feat(diff): update parser and queriesChristian Clason2026-07-181-1/+1
|
* feat(wit)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Breaking change: `(package_decl)` renamed to `(decl_head)`
* fix(hlsplaylist,muttrc,tmux,zathurarc)!: drop supportChristian Clason2026-07-181-32/+0
| | | | | Upstream removed all generated files from the main branch, so these parsers are no longer installable.
* feat(tmux)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Breaking change: removed nodes
* feat(jinja,jinja_inline)!: update parser and queriesChristian Clason2026-07-181-2/+2
| | | | Breaking change: replace anonymous control flow nodes with named nodes.
* feat(gnuplot!): update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Breaking change: full grammar rewrite for 2.0
* docs(slint): mark as unmaintainedChristian Clason2026-07-181-2/+2
| | | | Breaking grammar updates without reference queries
* chore(csharp): move to tier 1Christian Clason2026-07-181-2/+2
| | | | | | Breaking changes to HEAD affect downstream grammars (e.g., razor), so we need to pin to releases and update only when all dependents bump the tracked version.
* feat(swift)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | | Breaking change: replace anonymous node `"nil"` with named node `(nil_literal)`.
* feat(c3)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Breaking change: add `expression` supertype
* feat(gnuplot)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | | | Breaking change: full rewrite for Gnuplot 6.x Also add folds query
* feat(r)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Breaking change: remove node `(return)` in favor of `(identifier)`
* feat(c3)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Update for C3 v0.8
* feat(rescript)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | | Breaking change: `(comment)` node is split into `(line_comment)` and `(block_comment)`
* feat(razor)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Breaking change: `(at_await)` node removed
* feat(enforce)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Breaking change: rename directive nodes `(foo)` to `(preproc_foo)`.
* feat(kotlin)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | | Breaking change: replace`${` and `}` nodes in interpolated expressions, by `(interpolation_expression_start)` and `(interpolation_expression_end)`
* feat(fortran)!: update parser and queriesChristian Clason2026-07-181-1/+1
| | | | Breaking change: drop escape for operator nodes
* fix(health): normalize rtp when checking install_dirChristian Clason2026-04-031-1/+3
| | | | | | Problem: Windows. Solution: vim.fs.normalize.
* fix(yuck): improper use of supertypes in queriesChristian Clason2026-04-031-1/+1
| | | | | | | | | Problem: `(ast_block)` is a supertype, of which `(symbol)` (among others) is a subtype, which makes the final local pattern invalid. (This was not noticed before because the parser is stuck at ABI 14 due to a missing `tree-sitter.json`.) Solution: Fix the pattern and use supertype where appropriate.
* feat(parsers): add jjdescription (#8625)Riley Bruins2026-04-031-0/+8
|
* ci: migrate to emmylualsChristian Clason2026-04-023-13/+26
|
* feat!: drop support for Nvim 0.11Christian Clason2026-04-012-9/+3
|
* bot(parsers): update beancount, gotmpl, heex, helm, idl, javadoc, jinja, ↵nvim-treesitter-bot[bot]2026-03-281-19/+19
| | | | jinja_inline, just, kotlin, liquid, mlir, ocaml, ocaml_interface, pkl, pod, rust, supercollider, typoscript
* fix(install): use rename-before-unlink on all platformsAdrian Wang2026-03-231-7/+3
| | | | | | | | Problem: On macOS Apple Silicon, a plain unlink can leave stale code signature metadata in the kernel cache, causing SIGKILL on next page fault after `TSUpdate`. Solution: Apply the rename-then-unlink strategy unconditionally instead of only on Windows.
* fix(parsers): track default branch for perl, pod (#8605)Christian Clason2026-03-221-4/+4
| | | | | | Problem: non-default "release" branch tracking is broken, but the default branch contains grammar.json. Solution: track default `main` branch and generate parser from JSON.
* fix(parsers): don't specify default branchChristian Clason2026-03-221-1/+0
|
* bot(parsers): update arduino, c3, cue, dart, fortran, fsharp, git_rebase, ↵nvim-treesitter-bot[bot]2026-03-211-25/+25
| | | | gleam, heex, idl, just, kotlin, ledger, mlir, nim, nu, php, php_only, powershell, proto, racket, rust, scheme, swift, vhdl
* feat(zsh)!: update parser and queriesChristian Clason2026-03-201-1/+1
|
* feat(zsh): update parser and queriesGeorge Harker2026-03-161-1/+1
| | | add `;|` highlighting