highlights.scm

 1(tag_name) @tag
 2
 3(doctype) @tag.doctype
 4
 5(attribute_name) @attribute
 6
 7[
 8  "\""
 9  "'"
10  (attribute_value)
11] @string
12
13(comment) @comment
14
15(entity) @string.special
16
17"=" @punctuation.delimiter.html
18
19[
20  "<"
21  ">"
22  "<!"
23  "</"
24  "/>"
25] @punctuation.bracket.html