blob: 1abbf3ce4e5a181ce549a7e06426cd3f3d47de62 (
plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
'PREFIX' Keyword
' ' Text
'rdf' Name.Namespace
':' Punctuation
' ' Text
'<http://www.w3.org/1999/02/22-rdf-syntax-ns#>' Name.Label
'\n' Text
'PREFIX' Keyword
' ' Text
'rdfs' Name.Namespace
':' Punctuation
' ' Text
'<http://www.w3.org/2000/01/rdf-schema#>' Name.Label
'\n' Text
'PREFIX' Keyword
' ' Text
'schema' Name.Namespace
':' Punctuation
' ' Text
'<http://schema.org/>' Name.Label
'\n' Text
'PREFIX' Keyword
' ' Text
'skos' Name.Namespace
':' Punctuation
' ' Text
'<http://www.w3.org/2004/02/skos/core#>' Name.Label
'\n' Text
'PREFIX' Keyword
' ' Text
'xsd' Name.Namespace
':' Punctuation
' ' Text
'<http://www.w3.org/2001/XMLSchema#>' Name.Label
'\n' Text
'PREFIX' Keyword
' ' Text
'ex' Name.Namespace
':' Punctuation
' ' Text
'<http://pygments.example/#>' Name.Label
'\n\n' Text
'ex' Name.Namespace
':' Punctuation
'Lexer' Name.Tag
' ' Text
'{' Punctuation
'\n ' Text
'rdfs' Name.Namespace
':' Punctuation
'label' Name.Tag
' ' Text
'xsd' Name.Namespace
':' Punctuation
'string' Name.Tag
';' Punctuation
'\n ' Text
'skos' Name.Namespace
':' Punctuation
'altLabel' Name.Tag
' ' Text
'xsd' Name.Namespace
':' Punctuation
'string' Name.Tag
'*' Operator
';' Punctuation
'\n ' Text
'ex' Name.Namespace
':' Punctuation
'filenames' Name.Tag
' ' Text
'xsd' Name.Namespace
':' Punctuation
'string' Name.Tag
'+' Operator
';' Punctuation
'\n ' Text
'ex' Name.Namespace
':' Punctuation
'mimetypes' Name.Tag
' ' Text
'xsd' Name.Namespace
':' Punctuation
'string' Name.Tag
'+' Operator
';' Punctuation
'\n ' Text
'ex' Name.Namespace
':' Punctuation
'priority' Name.Tag
' ' Text
'xsd' Name.Namespace
':' Punctuation
'decimal' Name.Tag
' ' Text
'MinInclusive' Keyword
' ' Text
'0.0' Literal.Number.Float
' ' Text
'MaxExclusive' Keyword
' ' Text
'1.0' Literal.Number.Float
';' Punctuation
' ' Text
'# seems to be the de facto range of currently defined priorities' Comment
'\n ' Text
'ex' Name.Namespace
':' Punctuation
'lexes' Name.Tag
' ' Text
'@' Operator
'ex' Name.Namespace
':' Punctuation
'Language' Name.Tag
'*' Operator
';' Punctuation
'\n' Text
'}' Punctuation
'\n\n' Text
'ex' Name.Namespace
':' Punctuation
'Language' Name.Tag
' ' Text
'{' Punctuation
'\n ' Text
'schema' Name.Namespace
':' Punctuation
'description' Name.Tag
' ' Text
'rdf' Name.Namespace
':' Punctuation
'langString' Name.Tag
'*' Operator
';' Punctuation
'\n ' Text
'schema' Name.Namespace
':' Punctuation
'url' Name.Tag
' ' Text
'IRI' Keyword
'?' Operator
';' Punctuation
'\n' Text
'}' Punctuation
'\n' Text
|