mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
21 lines
246 B
Scheme
21 lines
246 B
Scheme
(tag_name) @tag
|
|
(erroneous_end_tag_name) @tag.error
|
|
(doctype) @constant
|
|
(attribute_name) @attribute
|
|
(comment) @comment
|
|
|
|
[
|
|
"\""
|
|
(attribute_value)
|
|
] @string
|
|
|
|
[
|
|
"<"
|
|
">"
|
|
"</"
|
|
"/>"
|
|
"<!"
|
|
] @punctuation.bracket
|
|
|
|
"=" @punctuation.delimiter
|