fix(tree-sitter): correct any_type highlighting in queries

Changed highlights.scm to use (any_type) node type instead of the
string literal "any". The grammar defines any as any_type rule,
not as a bare keyword string.
This commit is contained in:
2026-02-14 16:41:37 +00:00
parent 50b9ee2034
commit f440247537
2 changed files with 4 additions and 2 deletions

View File

@@ -48,9 +48,11 @@
"remove" "remove"
"append" "append"
"is" "is"
"any"
] @keyword.special ] @keyword.special
; any type keyword
(any_type) @keyword.special
; Boolean literals ; Boolean literals
[ [
"true" "true"

Submodule zed-storybook/grammars/storybook updated: 80332971b8...26bbef58d3