blob: 92e61f66e835dd6ec66f80874cf49daa9ed77a7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[">" "-" "=" "@"] @operator
["{" "}"] @tag.delimiter
(node_name) @tag
[
(attribute_name)
(class_shorthand)
(id_shorthand)
] @tag.attribute
(attribute_value) @string
(comment) @comment
([_] @comment
(#has-ancestor? @comment comment))
|