aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/dtd/highlights.scm
blob: cb3d482b5aec83475845de1545688bb810783071 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
; 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