Salomon Popp
c6d295e966
feat(nickel): update highlight queries to grammar changes
2026-02-25 10:06:48 +01:00
Ark1409
a8845121f0
fix(c_sharp): missing highlight for lambda modifier ( #8526 )
2026-02-24 18:25:39 -08:00
Omar Valdez
d660b7c002
feat(editorconfig)!: update parser and queries
...
Removed nodes:
section_name, expansion_string, wildcard_characters,
wildcard_any_characters, wildcard_single_character, unset, boolean,
spelling_language, indent_style, end_of_line, charset, unknown
Renamed nodes:
identifier -> property
negation -> "!"
path_separator -> "/"
escaped_character -> character_escape
2026-02-23 17:49:34 +01:00
Christian Clason
ecdae44bae
feat(kotlin)!: update parser and queries
...
Breaking change: removed nodes `"!in"` and `"!is"`.
2026-02-18 19:53:54 +01:00
NullVoxPopuli
23502d650a
fix(glimmer_typescript): inherit typescript indents
2026-02-18 17:32:57 +01:00
Dennis van den Berg
ca35dc5184
feat(angular): adds support for css class bindings
2026-02-17 14:56:12 +01:00
Christian Clason
9f2dad22ef
feat(vento)!: update parser and queries
...
Breaking change: `(keyword)` node removed.
Also mark as unmaintained (Copilot-maintained)
2026-02-11 12:14:00 +01:00
phanium
70a9fecaf5
fix(lua): injections in vim.{rpcrequest,rpcnotify}
2026-02-05 09:15:56 +01:00
Christian Buttner
04ab807f8e
feat(c3)!: update parser and highlights ( #8477 )
...
Breaking: `(import_declaration (path_ident))` changed to `(import_path (path_ident))`
2026-01-29 10:02:30 +00:00
stefan
cc12e37e5b
fix(nix): make all bash injections combined
2026-01-29 10:41:43 +01:00
Bartłomiej Maryńczak
81aca2f981
feat(rust): add !xml injection
2026-01-24 22:21:27 +01:00
NullVoxPopuli
67b3ce0529
fix(glimmer) update injections
2026-01-24 22:21:10 +01:00
Stanislaw Gruszka
88f1dfc211
feat(bpftrace): update parser and small highlights improvements
...
Update parser. Use new builtins from grammar (don't use lua-match).
2026-01-23 10:52:33 +01:00
mintbug
ec03481377
feat(typst): set url attribute for links
2026-01-20 16:01:54 +01:00
Peter Cardenas
e75c007f27
fix(fish): update builtin highlights
2026-01-19 17:36:05 +01:00
Nico Salm
19261d56ed
fix(rust): highlight doc comment markers as @comment.documentation
...
Co-authored-by: LunarLambda <LunarLambda@users.noreply.github.com>
2026-01-17 12:12:37 +01:00
Abbath
8aada0e394
fix(haskell): use grammar for operator detection instead of match
2026-01-16 18:11:27 +01:00
Abbath
15b3416cc1
fix(haskell): highlighting for operator definition and operator-like constructors.
2026-01-15 09:19:05 +01:00
Abbath
c872ec85cc
fix(haskell): syntax highlighting for Haskell lambda expressions
...
Fixes highlighting for lambdas with multiple parameters.
2026-01-15 09:19:05 +01:00
Riley Bruins
5e8652dbaf
fix(usd): misc punctuation highlights
2026-01-08 10:17:12 +01:00
Stanislaw Gruszka
9177f2ff06
feat(parsers): add bpftrace ( #8399 )
...
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
2026-01-07 21:59:10 -08:00
Chris Dragan
6feaebb456
feat(kos): highlights improvements ( #8404 )
...
* Mark floats as number.float
* Mark function arguments as variable.parameter
* Mark _ placeholder as character.special
* Mark string interpolation delimiters as punctuation.special
2026-01-07 21:53:42 -08:00
Igor Lacerda
de878155ca
fix(html_tags): disable spell for tags ( #8410 )
...
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".
2026-01-07 16:39:29 +01:00
Chris Dragan
31fc7e10cd
feat: add kos parser and queries ( #8389 )
2026-01-04 11:08:07 +01:00
Sten Laane
4337799162
feat(bash): add indents query
...
It's pretty basic at the moment but already makes working with bash
scripts way easier.
2026-01-03 11:29:39 +01:00
neno
86cf4fb684
fix(ruby): improve highlights for pattern matching and for...in loops
2026-01-03 11:28:41 +01:00
Christian Clason
efa5d1fa3a
feat(robots)!: adapt to renamed parser
2026-01-02 10:02:25 +01:00
Christian Clason
c6dd314086
fix(lua): re-add missing assignment operator
2025-12-31 15:21:31 +01:00
Christian Clason
d6ce707613
feat(lua): replace operator list with field
2025-12-31 13:57:06 +01:00
Marc Jakobi
7efc1b58a8
fix(nix): refactor nixosTest injections for better performance ( #8378 )
2025-12-29 16:47:03 +01:00
Marc Jakobi
7ba26e7685
perf(nix): replace match with lua-match
2025-12-26 22:13:05 +01:00
Christian Clason
8cdffc6d33
feat(vim): support :tab command
2025-12-20 12:40:15 +01:00
Manfred Egger
568f2a3b7d
feat(typoscript)!: update grammar and queries ( #8341 )
...
Breaking change: `(condition_bool)` renamed to `(condition_bool_legacy)`
2025-12-17 11:48:06 +01:00
Christian Clason
74b119812e
feat(gleam)!: update parser and queries
...
Breaking change: `(bit_string_*)` renamed to `(bit_array_*)`
2025-12-13 14:28:41 +01:00
Marc Jakobi
b6271b678e
feat(haskell): injection for morpheus-graphql-client quasiquotes
2025-12-09 11:02:20 +01:00
Riad
186810d6ad
feat(gdscript): update builtin highlights
...
Added all builtin annotations, constants, methods
and types as of godot commit : 10c7cb8
2025-12-09 11:01:36 +01:00
adaitche
02693ce64c
feat(sql): improve @type capture ( #8315 )
...
Problem: `@type` currently captures function calls but fails to
capture CTE names.
Solution: Don't capture types in invocations. Add pattern for `cte`.
2025-12-09 10:53:37 +01:00
Omar Valdez
f47f549f74
feat(bash): highlight arguments of trap and kill builtin commands
2025-12-08 14:47:59 +01:00
Omar Valdez
93537d6998
feat(bash): remove unnecessary captures
...
- 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.
2025-12-08 13:08:03 +01:00
Cameron
bfc6c99540
fix(ruby): highlighting for string-literal symbols ( #8317 )
2025-12-08 11:27:09 +01:00
Christian Clason
9d47b2558b
feat(json): add support for jsonc files
2025-12-06 18:10:39 +01:00
Christian Clason
d2350758b3
feat(parsers)!: remove gitlab-hosted blueprint, fusion, jsonc
...
Problem: Gitlab has too frequent outages, which break automation.
Solution: Drop all Gitlab-hosted parsers (two of which have been
unmaintained for years).
2025-12-06 18:10:39 +01:00
Christian Clason
d72fa25b54
feat(fortran)!: update parser and queries
...
Breaking change: `(do_loop_statement)` renamed to `(do_loop)`
2025-12-06 14:13:26 +01:00
Dennis van den Berg
75797cdd8a
feat(angular): add style_unit highlighting( #8312 )
2025-12-04 10:42:01 +01:00
Alexei Mozaidze
857fb97bb6
fix(fennel): highlight $[1-9] in multi-symbol context properly
...
Highlights the dollar symbol properly in multi-symbol contexts, like `$3.some.properties`.
There was already a fix for a similar issue on #8067 , but it only addressed `$.some.properties`, but not the variant with the argument number in it.
2025-12-03 17:49:36 +01:00
nsfisis
e527584cf8
feat(vhs): update options list ( #8309 )
2025-12-02 12:03:33 -08:00
George Harker
00c906abb9
fix(zsh): update posix shell variables
2025-12-01 08:46:21 +01:00
Tayfun Bocek
d56ed0f7f9
feat(gdshader): update highlight queries ( #8299 )
...
* use uniform scope node instead of literal matching
This avoids the need to refactor if other scope types are added. Maybe
helps performance as well.
* add method expression highlight
2025-11-27 10:35:21 +01:00
Christian Clason
c5871d9d87
fix(perl): correct use of supertypes
2025-11-25 10:40:58 +01:00
Christian Clason
d6ebbd5039
fix(haskell): correct use of supertypes in (decl) patterns
...
Problem: These patterns were impossible, since children need to be children of
every subtype of a supertype to be captured in this way. As subtypes
could appear as children themselves, the query code silently "skipped
over" the supertype restriction in the pattern. This was fixed in
tree-sitter v0.26.0, which now (correctly) flags these patterns as
"impossible".
Solution: Add the appropriate child nodes explicitly.
2025-11-25 10:28:33 +01:00