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:
@@ -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
Reference in New Issue
Block a user