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.
30 lines
399 B
Scheme
30 lines
399 B
Scheme
2 years ago
|
[
|
||
|
(processing_instructions)
|
||
|
(cdata_sect)
|
||
|
(xml_decl)
|
||
|
(doctype_decl)
|
||
|
(element_decl)
|
||
|
(element_choice)
|
||
|
(element_seq)
|
||
|
(mixed)
|
||
|
(attlist_decl)
|
||
|
(notation_type)
|
||
|
(enumeration)
|
||
|
(ge_decl)
|
||
|
(pe_decl)
|
||
|
(notation_decl)
|
||
|
] @rainbow.scope
|
||
|
|
||
|
((element) @rainbow.scope
|
||
|
(#set! rainbow.include-children))
|
||
|
|
||
|
[
|
||
|
"<?" "?>"
|
||
|
"<" ">"
|
||
|
"</" "/>"
|
||
|
"<!"
|
||
|
"(" ")"
|
||
|
")*"
|
||
|
"[" "]"
|
||
|
] @rainbow.bracket
|