refactor(queries): refine capture groups
This commit is contained in:
@@ -88,10 +88,9 @@
|
||||
((variable_modifier) @number
|
||||
(#match? @number "^[0-9]+(sq)?$"))
|
||||
|
||||
(variable_prefix) @keyword
|
||||
(prefix_argument) @variable
|
||||
(variable_prefix) @keyword.directive
|
||||
(prefix_argument) @constant
|
||||
|
||||
(lang_tag) @string.special
|
||||
(lang_text) @string
|
||||
|
||||
(attribute_name) @attribute
|
||||
|
||||
Reference in New Issue
Block a user