| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
swift, twig, vhdl
|
| |
|
|
|
|
|
| |
Project moved to codeberg with no Github mirror (repo was archived
instead), so document reality.
(The language may be dropped in the future.)
|
| |
|
|
| |
sflog, soql, sosl, sourcepawn, swift, vhdl, wxml
|
| |
|
|
| |
proto, scala, sourcepawn, superhtml, swift, vhdl
|
| | |
|
| |
|
|
|
| |
Breaking change: `(function_name)` node replaced by
`(table_function_name)`.
|
| |
|
|
| |
ocaml, ocaml_interface, proto, scala, swift, tcl, templ, twig, usd
|
| |
|
|
|
|
| |
Also add indents queries from upstream.
Breaking change: `(end)` node replaced by scanner-lexed `(end_marker)`
|
| | |
|
| |
|
|
| |
proto, razor, scala, templ, vhdl
|
| |
|
|
| |
Breaking changes: https://github.com/dpezto/tree-sitter-gnuplot/releases/tag/v4.0.0
|
| |
|
|
|
|
|
| |
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).
|
| |
|
|
| |
idl, javadoc, kitty, markdown, markdown_inline, mlir, nickel, php, php_only, scala, ssh_config, superhtml, systemverilog
|
| |
|
|
|
| |
Breaking change: replace `(identifier)` by `(wildcard_identifier)` in
some patterns.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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
|
| |
|
|
| |
user removed from github
|
| | |
|
| |
|
|
| |
Breaking change: `(package_decl)` renamed to `(decl_head)`
|
| |
|
|
|
| |
Upstream removed all generated files from the main branch, so these
parsers are no longer installable.
|
| |
|
|
| |
Breaking change: removed nodes
|
| |
|
|
| |
Breaking change: replace anonymous control flow nodes with named nodes.
|
| |
|
|
| |
Breaking change: full grammar rewrite for 2.0
|
| |
|
|
| |
Breaking grammar updates without reference queries
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Breaking change: replace anonymous node `"nil"` with named node
`(nil_literal)`.
|
| |
|
|
| |
Breaking change: add `expression` supertype
|
| |
|
|
|
|
| |
Breaking change: full rewrite for Gnuplot 6.x
Also add folds query
|
| |
|
|
| |
Breaking change: remove node `(return)` in favor of `(identifier)`
|
| |
|
|
| |
Update for C3 v0.8
|
| |
|
|
|
| |
Breaking change: `(comment)` node is split into `(line_comment)` and
`(block_comment)`
|
| |
|
|
| |
Breaking change: `(at_await)` node removed
|
| |
|
|
| |
Breaking change: rename directive nodes `(foo)` to `(preproc_foo)`.
|
| |
|
|
|
| |
Breaking change: replace`${` and `}` nodes in interpolated expressions,
by `(interpolation_expression_start)` and `(interpolation_expression_end)`
|
| |
|
|
| |
Breaking change: drop escape for operator nodes
|
| |
|
|
|
|
| |
Problem: Windows.
Solution: vim.fs.normalize.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
jinja_inline, just, kotlin, liquid, mlir, ocaml, ocaml_interface, pkl, pod, rust, supercollider, typoscript
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
| |
gleam, heex, idl, just, kotlin, ledger, mlir, nim, nu, php, php_only, powershell, proto, racket, rust, scheme, swift, vhdl
|
| | |
|
| |
|
| |
add `;|` highlighting
|