mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -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
|
|
@ -55,9 +55,3 @@
|
|||
|
||||
(expose_instruction
|
||||
(expose_port) @number)
|
||||
|
||||
((stopsignal_instruction) @number
|
||||
(#match? @number "[0-9][0-9]?$"))
|
||||
|
||||
((stopsignal_instruction) @constant.builtin
|
||||
(#match? @constant.builtin "SIG(ABRT|HUP|INT|KILL|QUIT|STOP|TERM|TSTP)$"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue