aboutsummaryrefslogblamecommitdiff
path: root/runtime/queries/dtd/highlights.scm
blob: cb3d482b5aec83475845de1545688bb810783071 (plain) (tree)





































                           
; 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