mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
perf: remove match where possible
This commit is contained in:
parent
654216eb04
commit
85330918f0
37 changed files with 104 additions and 113 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
(eel_object_path
|
||||
(eel_path_identifier) @variable.builtin
|
||||
(#match? @variable.builtin "^(this|props)$")
|
||||
(#any-of? @variable.builtin "this" "props")
|
||||
)
|
||||
|
||||
(eel_object_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue