refactor: replace some match & vim-match usages

This commit is contained in:
ObserverOfTime 2023-08-23 14:09:30 +03:00
parent 9ea7559ea9
commit 05fe2c38a3
7 changed files with 15 additions and 18 deletions

View file

@ -31,7 +31,5 @@
(extension_storage_class) @storageclass
(
(identifier) @variable.builtin
(#match? @variable.builtin "^gl_")
)
((identifier) @variable.builtin
(#lua-match? @variable.builtin "^gl_"))