mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
replace usage of #any-of? with #eq?
This commit is contained in:
parent
86741e4c2f
commit
6b7c0c79ce
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@
|
||||||
))
|
))
|
||||||
|
|
||||||
((identifier) @variable.builtin
|
((identifier) @variable.builtin
|
||||||
(#any-of? @variable.builtin "TIME"))
|
(#eq? @variable.builtin "TIME"))
|
||||||
|
|
||||||
(type_hint
|
(type_hint
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue