aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ci: migrate to emmylualsfeat/emmyluaChristian Clason2026-01-295-19/+27
|
* 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
* docs(languages): remove unused `node` legend (#8396)Daniel Jakots2026-01-021-1/+0
| | | | erroneously reintroduced in 69c76488f7c6929ce55222f6a887e497a24c74b8.
* feat(install): warn on unsupported parsersChristian Clason2026-01-021-2/+6
|
* feat(robots)!: adapt to renamed parserChristian Clason2026-01-024-3/+3
|
* fix(lua): re-add missing assignment operatorChristian Clason2025-12-311-0/+2
|
* feat(lua): replace operator list with fieldChristian Clason2025-12-311-24/+6
|
* fix(nix): refactor nixosTest injections for better performance (#8378)Marc Jakobi2025-12-292-13/+31
|
* bot(parsers): update desktop, editorconfig, erlang, gotmpl, helm, lua, mlir, ↵nvim-treesitter-bot[bot]2025-12-271-12/+12
| | | | pascal, sql, typoscript, v, xresources
* chore(nix): add mrcjkb to maintainersMarc Jakobi2025-12-262-2/+2
|