blob: bc81edbd86e09a42cfc99271e706b1e5b33faffe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
["-" "=" "@"] @operator
["{" "}"] @tag.delimiter
(node name: (ident) @tag)
[(id_attr) (class_attr)] @tag.attribute
(attr name: (ident) @tag.attribute)
(string) @string
(comment) @comment
([_] @comment
(#has-ancestor? @comment comment))
|