blob: 5589083257a74000be1baa470f98347787dca040 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[">" "-" "=" "@"] @operator
["{" "}"] @tag.delimiter
((node (node_name) @_name)
(#eq? @_name "/")) @comment
(node_name) @tag
[
(attribute_name)
(class_shorthand)
(id_shorthand)
] @tag.attribute
(attribute_value) @string
|