aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test(init): remove upstreamed Nickel ft detectiontest/initChristian Clason4 days1-1/+0
|
* fix(usd): misc punctuation highlightsRiley Bruins4 days2-0/+4
|
* feat(parsers): add bpftrace (#8399)Stanislaw Gruszka4 days4-0/+249
| | | Co-authored-by: Riley Bruins <ribru17@hotmail.com>
* feat(kos): highlights improvements (#8404)Chris Dragan4 days3-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 Lacerda4 days1-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 snippetFarid6 days1-1/+1
|
* docs(readme): fix lazy snippetChristian Clason7 days1-2/+2
|
* feat: add kos parser and queries (#8389)Chris Dragan8 days7-0/+365
|
* fix(beancount): update to windows-compatible version (#8401)PolarMutex8 days2-3/+3
|
* feat(bash): add indents querySten Laane9 days4-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 loopsneno9 days1-0/+9
|
* bot(parsers): update c3, desktop, editorconfig, javadoc, kitty, lua, nginx, ↵nvim-treesitter-bot[bot]9 days2-17/+17
| | | | query, swift, templ, typespec, v, vim, xresources
* docs(languages): remove unused `node` legend (#8396)Daniel Jakots9 days1-1/+0
| | | | erroneously reintroduced in 69c76488f7c6929ce55222f6a887e497a24c74b8.
* feat(install): warn on unsupported parsersChristian Clason10 days1-2/+6
|
* feat(robots)!: adapt to renamed parserChristian Clason10 days4-3/+3
|
* fix(lua): re-add missing assignment operatorChristian Clason11 days1-0/+2
|
* feat(lua): replace operator list with fieldChristian Clason11 days1-24/+6
|
* fix(nix): refactor nixosTest injections for better performance (#8378)Marc Jakobi13 days2-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
|
* perf(nix): replace match with lua-matchMarc Jakobi2025-12-262-31/+101
|
* fix(strace): no longer need to generateChristian Clason2025-12-211-2/+1
|
* feat(vim): support `:tab` commandChristian Clason2025-12-201-0/+1
|
* fix(strace): generate removed parserChristian Clason2025-12-201-1/+2
|
* bot(parsers): update editorconfig, meson, mlir, phpdoc, t32, vhdlnvim-treesitter-bot[bot]2025-12-201-6/+6
|
* ci(dependabot): fix labelsChristian Clason2025-12-171-2/+1
|
* ci: bump the actions group with 2 updatesdependabot[bot]2025-12-174-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: add dependabot for GH actionsChristian Clason2025-12-172-1/+18
|
* chore: remove FUNDING.ymlChristian Clason2025-12-172-3/+1
|
* feat(parsers): update ada, c3, comment, desktop, editorconfig, elm, julia, ↵Christian Clason2025-12-171-16/+16
| | | | mlir, nu, phpdoc, t32, tera, vim, vimdoc, xresources, zsh
* feat(typoscript)!: update grammar and queries (#8341)Manfred Egger2025-12-175-14/+104
| | | Breaking change: `(condition_bool)` renamed to `(condition_bool_legacy)`
* docs(readme)!: `main` is now the default branchChristian Clason2025-12-141-12/+8
|
* feat(gleam)!: update parser and queriesChristian Clason2025-12-132-2/+2
| | | | Breaking change: `(bit_string_*)` renamed to `(bit_array_*)`
* feat(parsers): update fortran, gotmpl, helm, idl, mlir, pkl, query, racket, ↵Christian Clason2025-12-131-12/+12
| | | | scheme, slint, vhdl, zsh
* ci(test): bump tree-sitter/setup-actions to v2Christian Clason2025-12-112-2/+2
|
* feat(haskell): injection for morpheus-graphql-client quasiquotesMarc Jakobi2025-12-091-0/+11
|
* feat(gdscript): update builtin highlightsRiad2025-12-091-61/+270
| | | | | Added all builtin annotations, constants, methods and types as of godot commit : 10c7cb8
* feat(sql): improve `@type` capture (#8315)adaitche2025-12-091-2/+6
| | | | | | Problem: `@type` currently captures function calls but fails to capture CTE names. Solution: Don't capture types in invocations. Add pattern for `cte`.
* feat(parsers): update brightscript, desktop, gotmpl, helm, ini, javadoc, ↵Christian Clason2025-12-091-12/+12
| | | | mlir, nu, powershell, slint, vimdoc, xresources
* feat(bash): highlight arguments of trap and kill builtin commandsOmar Valdez2025-12-082-12/+36
|
* feat(bash): remove unnecessary capturesOmar Valdez2025-12-081-6/+0
| | | | | | - Bash does not have boolean values and the builtin `true` and `false` commands are already covered by another capture. - The grammar has a `number` node and it's already captured.
* fix(ruby): highlighting for string-literal symbols (#8317)Cameron2025-12-081-1/+5
|
* feat(inko): update to v0.4.0 (#8327)Yorick Peterse2025-12-062-3/+3
| | | | This changes the structure of "if" expressions so the queries for nvim-treesitter-textobjects can be changed as to not cause any crashes.
* feat(json): add support for jsonc filesChristian Clason2025-12-065-1/+8
|
* feat(parsers)!: remove gitlab-hosted blueprint, fusion, jsoncChristian Clason2025-12-0619-465/+4
| | | | | | | Problem: Gitlab has too frequent outages, which break automation. Solution: Drop all Gitlab-hosted parsers (two of which have been unmaintained for years).
* feat(fortran)!: update parser and queriesChristian Clason2025-12-063-3/+3
| | | | Breaking change: `(do_loop_statement)` renamed to `(do_loop)`
* feat(bash): update parserChristian Clason2025-12-062-5/+5
| | | | | Breaking change: removed double parenthesis as valid opening to arithmetic expansion. (Only `$((` is allowed according to the manual.)
* fix(inko): downgrade parserChristian Clason2025-12-062-3/+3
| | | | | | Problem: The commit https://github.com/inko-lang/tree-sitter-inko/commit/fc37d05c363ccf7f515354c5a47d72b2d3ff555e broke parsing a textobjects query. Solution: Downgrade parser to previous commit and pin it (until we can move it to tier 1).
* feat(parsers): update angular, c3, desktop, elm, forth, inko, mlir, nix, ↵Christian Clason2025-12-061-12/+12
| | | | pkl, powershell, templ, xresources
* fix(lua): fix some emmyluals warningsChristian Clason2025-12-066-13/+37
|