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