nvim-treesitter/queries/html/highlights.scm
TravonteD c366a041c8 Add TSTag and TSTagDelimiter groups
These groups will be added for use with xml-like tags such as html and
jsx.
2020-09-18 17:09:43 +02:00

16 lines
231 B
Scheme

(tag_name) @tag
(erroneous_end_tag_name) @error
(doctype) @constant
(attribute_name) @property
(attribute_value) @string
(quoted_attribute_value) @string
(comment) @comment
"=" @operator
[
"<"
">"
"</"
"/>"
] @tag.delimiter