perf: remove match where possible

This commit is contained in:
Amaan Qureshi 2023-04-21 04:06:20 -04:00
parent 654216eb04
commit 85330918f0
37 changed files with 104 additions and 113 deletions

View file

@ -29,7 +29,7 @@
((attribute
attribute: (identifier) @field)
(#match? @field "^([A-Z])@!.*$"))
(#lua-match? @field "^%u@!.*$"))
((identifier) @type.builtin
(#any-of? @type.builtin
@ -148,7 +148,7 @@
(comment) @comment @spell
((module . (comment) @preproc)
(#match? @preproc "^#!/"))
(#lua-match? @preproc "^#!/"))
(string) @string
[