forked from Mirrors/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.
40 lines
424 B
Scheme
40 lines
424 B
Scheme
; highlights.scm
|
|
|
|
(comment) @comment
|
|
|
|
[
|
|
"ELEMENT"
|
|
"ATTLIST"
|
|
] @keyword
|
|
|
|
[
|
|
"#REQUIRED"
|
|
"#IMPLIED"
|
|
"#FIXED"
|
|
"#PCDATA"
|
|
] @keyword.directive
|
|
|
|
[
|
|
"EMPTY"
|
|
"ANY"
|
|
"SYSTEM"
|
|
"PUBLIC"
|
|
] @constant
|
|
|
|
(element_name) @module
|
|
|
|
|
|
(attribute_name) @attribute
|
|
|
|
(system_literal) @string
|
|
(pubid_literal) @string
|
|
(attribute_value) @string
|
|
|
|
[
|
|
">"
|
|
"</"
|
|
"<?"
|
|
"?>"
|
|
"<!"
|
|
] @punctuation.bracket
|