fixup: use any-of instead of vim-match

This commit is contained in:
Christian Clason 2023-11-24 10:29:17 +01:00
parent 1e74c34b66
commit 274370e703

View file

@ -43,9 +43,9 @@
] @punctuation.delimiter
((identifier) @boolean
(#vim-match? @boolean "^(true|false)$"))
(#any-of? @boolean "true" "false"))
((identifier) @variable.builtin
(#vim-match? @variable.builtin "^(this|\$event|null)$"))
(#any-of? @variable.builtin "this" "\$event" "null"))
[
"-"