| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ci(update): block nickel (ABI 15) | Christian Clason | 2025-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update fsharp, razor | nvim-treesitter-bot[bot] | 2025-02-18 | 1 | -2/+2 | |
| | | ||||||
| * | feat(inko)!: remove the "class" keyword (#7663) | Yorick Peterse | 2025-02-17 | 2 | -2/+1 | |
| | | | | | | | This keyword is deprecated as of 0.18.1 (released on February 12, 2025) and is being removed as part of the upcoming 0.19.0 release. BREAKING CHANGE: replace with `type`. | |||||
| * | feat(nu): new attribute syntax and add folds.scm (#7650) | zc he | 2025-02-16 | 2 | -9/+18 | |
| | | ||||||
| * | feat(parsers)!: drop org | Christian Clason | 2025-02-16 | 3 | -11/+0 | |
| | | | | | | The parser has neither queries nor a listed maintainer here and hasn't seen updates in two years. | |||||
| * | bot(lockfile): update v | nvim-treesitter-bot[bot] | 2025-02-16 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update c_sharp, enforce, erlang, mlir, nu | nvim-treesitter-bot[bot] | 2025-02-15 | 1 | -5/+5 | |
| | | ||||||
| * | bot(lockfile): update julia, vhs | nvim-treesitter-bot[bot] | 2025-02-14 | 1 | -2/+2 | |
| | | ||||||
| * | bot(lockfile): update apex, sflog, soql, sosl, superhtml | nvim-treesitter-bot[bot] | 2025-02-13 | 1 | -5/+5 | |
| | | ||||||
| * | bot(lockfile): update apex, perl, sflog, soql, sosl | nvim-treesitter-bot[bot] | 2025-02-12 | 1 | -5/+5 | |
| | | ||||||
| * | bot(lockfile): update typst, v | nvim-treesitter-bot[bot] | 2025-02-11 | 1 | -2/+2 | |
| | | ||||||
| * | feat(sparql): add regex injection | ginnyTheCat | 2025-02-10 | 1 | -0/+6 | |
| | | ||||||
| * | feat(typescript): highlight awaited functions with type parameters | Omar Valdez | 2025-02-10 | 1 | -0/+12 | |
| | | ||||||
| * | bot(lockfile): update c_sharp, http, idl, perl | nvim-treesitter-bot[bot] | 2025-02-10 | 1 | -4/+4 | |
| | | ||||||
| * | ci(update): block t32 (ABI 15) | Christian Clason | 2025-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update c, mlir, printf | nvim-treesitter-bot[bot] | 2025-02-09 | 1 | -3/+3 | |
| | | ||||||
| * | fix(razor): mark `npm` as required for generating from source | Amaan Qureshi | 2025-02-08 | 1 | -0/+1 | |
| | | ||||||
| * | bot(lockfile): update erlang, gleam, jinja, jinja_inline, ziggy, ziggy_schema | nvim-treesitter-bot[bot] | 2025-02-08 | 2 | -8/+8 | |
| | | ||||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2025-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | feat(jinja): add parser and queries (#7573) | loongtao.zhang | 2025-02-08 | 6 | -0/+204 | |
| | | | | | Signed-off-by: loongtao.zhang <loongtao.zhang@outlook.com> Co-authored-by: Riley Bruins <ribru17@hotmail.com> | |||||
| * | feat(enforce): add parser and queries (#7626) | simonvic | 2025-02-08 | 8 | -0/+295 | |
| | | ||||||
| * | feat(hyprlang): bash injection for bindings with descriptions | Omar Valdez | 2025-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | bot(lockfile): update asm, cpp, elixir, templ | nvim-treesitter-bot[bot] | 2025-02-07 | 1 | -4/+4 | |
| | | ||||||
| * | bot(lockfile): update erlang, vhs | nvim-treesitter-bot[bot] | 2025-02-06 | 2 | -3/+3 | |
| | | | | | lock sql parser (ABI 15) | |||||
| * | feat(nu)!: added some new operators, removed deprecated keyword `register` ↵ | zc he | 2025-02-05 | 2 | -2/+17 | |
| | | | | | (#7620) | |||||
| * | bot(lockfile): update erlang, fsharp | nvim-treesitter-bot[bot] | 2025-02-05 | 1 | -2/+2 | |
| | | ||||||
| * | Fix panic!, assert*!, and dbg! macro queries. | Kieran Siek | 2025-02-04 | 1 | -6/+6 | |
| | | ||||||
| * | feat(formatter): support formatting missing nodes | Riley Bruins | 2025-02-04 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | This commit makes missing nodes take formatting identical to that of regular named nodes, with the only exception being that a newline will not be prepended to a node name. E.g. this pattern: ```query (MISSING identifier) ``` will *not* be changed to: ```query (MISSING (identifier)) ``` | |||||
| * | fix(formatter): prefer #-prefixed predicates | Riley Bruins | 2025-02-04 | 1 | -0/+3 | |
| | | | | | | | This prevents the formatter for appending a space after the "." in a predicate prefix, and changes it to a "#" to match all other occurrences in the codebase. | |||||
| * | bot(lockfile): update cue, erlang, janet_simple | nvim-treesitter-bot[bot] | 2025-02-04 | 1 | -3/+3 | |
| | | ||||||
| * | bot(lockfile): update c, query, rst, swift, vhdl | nvim-treesitter-bot[bot] | 2025-02-03 | 1 | -5/+5 | |
| | | ||||||
| * | feat(query): highlights for dot-prefixed predicates | Riley Bruins | 2025-02-02 | 1 | -0/+3 | |
| | | ||||||
| * | feat(query): highlights for missing nodes | Riley Bruins | 2025-02-02 | 1 | -0/+5 | |
| | | ||||||
| * | Revert "ci(update): block vhdl (ABI 15)" | Christian Clason | 2025-02-02 | 1 | -1/+1 | |
| | | | | | This reverts commit 1545e964e299176375efd84867dcf82fbff52ee2. | |||||
| * | ci(update): block vhdl (ABI 15) | Christian Clason | 2025-02-02 | 1 | -1/+1 | |
| | | ||||||
| * | bot(lockfile): update desktop, matlab, perl, query, scala | nvim-treesitter-bot[bot] | 2025-02-02 | 1 | -5/+5 | |
| | | ||||||
| * | feat(typst): capture multilevel headings (#7595) | Dimitris Dimitropoulos | 2025-02-01 | 1 | -2/+17 | |
| | | ||||||
| * | feat(razor): add parser and queries (#7545) | Tristan Knight | 2025-02-01 | 6 | -0/+95 | |
| | | ||||||
| * | bot(lockfile): update bash, desktop, haskell, julia, nix, objc, typst | nvim-treesitter-bot[bot] | 2025-02-01 | 2 | -8/+8 | |
| | | ||||||
| * | bot(lockfile): update c, c_sharp, cpp, css, djot, dtd, earthfile, go, html, ↵ | nvim-treesitter-bot[bot] | 2025-01-31 | 1 | -25/+25 | |
| | | | | | java, javascript, json, lua, nix, ocaml, ocaml_interface, ocamllex, php, php_only, python, ruby, scala, tsx, typescript, xml | |||||
| * | fix(typescript): don't highlight default values as parameters (#7599) | Omar Valdez | 2025-01-30 | 1 | -2/+2 | |
| | | ||||||
| * | feat(djot): add latex injection (#7603) | Jonas Hietala | 2025-01-30 | 1 | -0/+4 | |
| | | ||||||
| * | bot(lockfile): update cpp, djot, gotmpl, heex, helm, solidity | nvim-treesitter-bot[bot] | 2025-01-30 | 1 | -6/+6 | |
| | | ||||||
| * | fix(ci): fixup (ignore new artifact name) | Christian Clason | 2025-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ci): fixup | Christian Clason | 2025-01-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix(ci): update to changed neovim release name | Christian Clason | 2025-01-30 | 1 | -8/+1 | |
| | | ||||||
| * | bot(lockfile): update cpp, godot_resource, leo | nvim-treesitter-bot[bot] | 2025-01-29 | 1 | -3/+3 | |
| | | ||||||
| * | feat(djot)!: update to breaking parser changes (#7594) | Jonas Hietala | 2025-01-28 | 2 | -61/+37 | |
| | | ||||||
| * | bot(lockfile): update gotmpl, gren, helm, nu | nvim-treesitter-bot[bot] | 2025-01-28 | 1 | -4/+4 | |
| | | ||||||
| * | ci(install): adapt to new Neovim release artefact names | Christian Clason | 2025-01-27 | 1 | -1/+8 | |
| | | | | | Old name can be removed after 0.10.4 release | |||||
