mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -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
|
|
@ -40,7 +40,7 @@
|
|||
(list . (multi_symbol (symbol) @function .))
|
||||
|
||||
((symbol) @variable.builtin
|
||||
(#match? @variable.builtin "^[$]"))
|
||||
(#lua-match? @variable.builtin "^[$]"))
|
||||
|
||||
(binding) @symbol
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue