highlights.scm
1(tag_name) @tag
2(erroneous_end_tag_name) @keyword
3(doctype) @tag.doctype
4(attribute_name) @property
5(attribute_value) @string
6(comment) @comment
7
8[
9 (attribute_value)
10 (quoted_attribute_value)
11] @string
12
13"=" @operator
14
15[
16 "{"
17 "}"
18] @punctuation.bracket
19
20[
21 "<"
22 ">"
23 "</"
24 "/>"
25] @tag.delimiter