aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(install): raise number of retriesHEADmainChristian Clason44 hours1-1/+1
| | | | Seven retries ought to be enough for anybody.
* fix(health): consistent abbreviations in legendfin-w45 hours1-1/+1
|
* bot(parsers): update dart, fortran, gleam, janet_simple, just, mlir, ↵nvim-treesitter-bot[bot]45 hours1-12/+12
| | | | rescript, slint, solidity, sql, t32, unison
* feat(vento)!: update parser and queriesChristian Clason5 days3-5/+24
| | | | | | Breaking change: `(keyword)` node removed. Also mark as unmaintained (Copilot-maintained)
* bot(parsers): update javadoc, just, kotlin, markdown, markdown_inline, ↵nvim-treesitter-bot[bot]9 days1-12/+12
| | | | matlab, mlir, php, php_only, pkl, slint, unison
* fix(install): retry on server errorChristian Clason10 days1-0/+2
|
* fix(lua): injections in vim.{rpcrequest,rpcnotify}phanium11 days1-2/+2
|
* bot(parsers): update beancount, c3, dart, desktop, editorconfig, gap, jinja, ↵nvim-treesitter-bot[bot]2026-01-311-16/+16
| | | | jinja_inline, matlab, mlir, nu, pkl, swift, unison, xresources, yaml
* fix(scripts): guard against empty reply when checking new revisionsChristian Clason2026-01-311-1/+1
|
* fix(install)!: remove gitlab codepathChristian Clason2026-01-291-5/+1
| | | | | Gitlab tarballs have started including the commit hash, so downstream processing fails anyway.
* feat(c3)!: update parser and highlights (#8477)Christian Buttner2026-01-292-4/+11
| | | Breaking: `(import_declaration (path_ident))` changed to `(import_path (path_ident))`
* fix(nix): make all bash injections combinedstefan2026-01-292-5/+10
|
* fix(health): update required tree-sitter versionChristian Clason2026-01-291-1/+1
|
* feat(roc): mark as unmaintainedChristian Clason2026-01-272-5/+3
|
* refactor(lua): replace vim.opt with vim.oChristian Clason2026-01-277-9/+7
|
* bot(parsers): update ruby, vuenvim-treesitter-bot[bot]2026-01-251-2/+2
|
* feat(rust): add !xml injectionBartłomiej Maryńczak2026-01-241-2/+2
|
* fix(glimmer) update injectionsNullVoxPopuli2026-01-241-13/+6
|
* bot(parsers): update zshnvim-treesitter-bot[bot]2026-01-241-1/+1
|
* bot(parsers): update c_sharp, desktop, dtd, editorconfig, fennel, fortran, ↵nvim-treesitter-bot[bot]2026-01-241-24/+24
| | | | hcl, javadoc, just, lalrpop, lua, markdown, markdown_inline, meson, mlir, rescript, rifleconf, sql, swift, terraform, tlaplus, vim, xml, xresources
* feat(bpftrace): update parser and small highlights improvementsStanislaw Gruszka2026-01-232-3/+4
| | | | Update parser. Use new builtins from grammar (don't use lua-match).
* ci: correct concurrency group for downstreamChristian Clason2026-01-221-1/+1
|
* ci: add concurrency for downstream testsChristian Clason2026-01-221-0/+4
|
* test(lint): bump luals to 3.17.1Christian Clason2026-01-221-1/+1
|
* ci: use ubuntu-slim for small jobsChristian Clason2026-01-222-4/+4
|
* feat(typst): set url attribute for linksmintbug2026-01-201-1/+11
|
* fix(fish): update builtin highlightsPeter Cardenas2026-01-191-14/+15
|
* test(init): remove upstreamed Tiger ft detectionChristian Clason2026-01-191-1/+0
|
* docs(supported_languages): fix order of available queriesMariusz Biegański2026-01-181-1/+1
|
* docs(contributing): inclusion criteriaChristian Clason2026-01-181-15/+15
|
* fix(make): switch to maintained forkChristian Clason2026-01-172-3/+3
|
* fix(rust): highlight doc comment markers as @comment.documentationNico Salm2026-01-171-1/+4
| | | | Co-authored-by: LunarLambda <LunarLambda@users.noreply.github.com>
* bot(parsers): update bpftrace, desktop, editorconfig, glimmer, javadoc, ↵nvim-treesitter-bot[bot]2026-01-171-18/+18
| | | | liquidsoap, markdown, markdown_inline, matlab, meson, mlir, nim, pkl, rego, rescript, swift, vhdl, xresources
* fix(haskell): use grammar for operator detection instead of matchAbbath2026-01-161-2/+1
|
* fix(haskell): highlighting for operator definition and operator-like ↵Abbath2026-01-151-2/+4
| | | | constructors.
* fix(haskell): syntax highlighting for Haskell lambda expressionsAbbath2026-01-151-1/+2
| | | Fixes highlighting for lambdas with multiple parameters.
* bot(parsers): update inkonvim-treesitter-bot[bot]2026-01-101-1/+1
|
* bot(parsers): update beancount, bpftrace, c3, fortran, gleam, lua, mlir, sqlnvim-treesitter-bot[bot]2026-01-101-8/+8
|
* test(init): remove upstreamed Nickel ft detectionChristian Clason2026-01-081-1/+0
|
* fix(usd): misc punctuation highlightsRiley Bruins2026-01-082-0/+4
|
* feat(parsers): add bpftrace (#8399)Stanislaw Gruszka2026-01-074-0/+249
| | | Co-authored-by: Riley Bruins <ribru17@hotmail.com>
* feat(kos): highlights improvements (#8404)Chris Dragan2026-01-073-5/+54
| | | | | | * Mark floats as number.float * Mark function arguments as variable.parameter * Mark _ placeholder as character.special * Mark string interpolation delimiters as punctuation.special
* fix(html_tags): disable spell for tags (#8410)Igor Lacerda2026-01-071-2/+4
| | | | | When tags are embedded into markdown, they'd get spell checked, in spite of that not really making sense. The real culprit of this issue is markdown's spell being too "loose".
* docs(readme): fix lazy snippetFarid2026-01-051-1/+1
|
* docs(readme): fix lazy snippetChristian Clason2026-01-041-2/+2
|
* feat: add kos parser and queries (#8389)Chris Dragan2026-01-047-0/+365
|
* fix(beancount): update to windows-compatible version (#8401)PolarMutex2026-01-032-3/+3
|
* feat(bash): add indents querySten Laane2026-01-034-1/+105
| | | | | It's pretty basic at the moment but already makes working with bash scripts way easier.
* fix(ruby): improve highlights for pattern matching and for...in loopsneno2026-01-031-0/+9
|
* bot(parsers): update c3, desktop, editorconfig, javadoc, kitty, lua, nginx, ↵nvim-treesitter-bot[bot]2026-01-032-17/+17
| | | | query, swift, templ, typespec, v, vim, xresources