feat(angular): update highlight query

This commit is contained in:
ricardo.demeterko 2024-10-01 10:57:00 -03:00 committed by Christian Clason
parent 3af8476530
commit 98a33cc524

View file

@ -56,6 +56,11 @@
key: ((identifier) @variable.builtin
(#eq? @variable.builtin "$implicit")))
[
(control_keyword)
(special_keyword)
] @keyword
((control_keyword) @keyword.repeat
(#any-of? @keyword.repeat "for" "empty"))
@ -68,8 +73,6 @@
((control_keyword) @keyword.exception
(#eq? @keyword.exception "error"))
(special_keyword) @keyword
((identifier) @boolean
(#any-of? @boolean "true" "false"))