mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
21 lines
268 B
Scheme
21 lines
268 B
Scheme
|
(tag_name) @tag
|
||
|
(end_tag) @tag
|
||
|
|
||
|
(directive_name) @keyword
|
||
|
(directive_argument) @constant
|
||
|
|
||
|
(attribute
|
||
|
(attribute_name) @attribute
|
||
|
(quoted_attribute_value
|
||
|
(attribute_value) @string)
|
||
|
)
|
||
|
|
||
|
(comment) @comment
|
||
|
|
||
|
[
|
||
|
"<"
|
||
|
">"
|
||
|
"</"
|
||
|
"{{"
|
||
|
"}}"
|
||
|
] @punctuation.bracket
|