blob: a15f08710d07f6fe20a162d3e3d16a3ae9a7bfda (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[">" "-" "=" "@"] @operator
["{" "}"] @tag.delimiter
(node_name) @tag
[
(attribute_name)
(class_shorthand)
(id_shorthand)
] @tag.attribute
(attribute_value) @string
(comment) @comment
|