mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
485 B
Scheme
29 lines
485 B
Scheme
(tag_name) @tag
|
|
(end_tag) @tag
|
|
|
|
(directive_name) @keyword
|
|
(directive_argument) @constant
|
|
|
|
(attribute
|
|
(attribute_name) @attribute
|
|
[(attribute_value) (quoted_attribute_value)]? @string)
|
|
|
|
(directive_attribute
|
|
(directive_name) @attribute
|
|
(directive_argument)? @attribute
|
|
(directive_modifiers)? @attribute
|
|
[(attribute_value) (quoted_attribute_value)]? @string)
|
|
|
|
(comment) @comment
|
|
|
|
[
|
|
"<"
|
|
">"
|
|
"</"
|
|
"{{"
|
|
"}}"
|
|
"/>"
|
|
] @punctuation.bracket
|
|
"=" @punctuation.delimiter
|
|
|