blob: 17e11343fb403b879b8cbfffddf10098e53db1ae (
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
|