File: html.xml

package info (click to toggle)
kf6-syntax-highlighting 6.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 49,872 kB
  • sloc: xml: 205,656; cpp: 12,882; python: 3,055; sh: 965; perl: 814; ruby: 494; pascal: 393; javascript: 161; php: 150; jsp: 132; lisp: 131; haskell: 124; ada: 119; ansic: 107; makefile: 96; f90: 94; ml: 85; cobol: 81; yacc: 71; csh: 62; exp: 61; erlang: 54; sql: 51; java: 47; sed: 45; objc: 37; tcl: 36; awk: 31; asm: 30; fortran: 18; cs: 10
file content (476 lines) | stat: -rw-r--r-- 26,042 bytes parent folder | download | duplicates (3)
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language
[
	<!ENTITY name          "[A-Za-z_:][\w.:_-]*">
	<!ENTITY attributeName "[A-Za-z_:*#\(\[][\)\]\w.:_-]*">
  <!-- https://html.spec.whatwg.org/#named-character-references -->
	<!ENTITY entname_without_semicolon "([AaEeIiOoUuYy]?acute|[AaEeIiOoUu]circ|[AaEeIiOoUu]grave|AElig|aelig|AMP|amp|[Aa]ring|brvbar|[Cc]?cedil|cent|COPY|copy|curren|deg|divide|ETH|eth|frac1[24]|frac34|GT|gt|iexcl|iquest|laquo|LT|lt|macr|micro|middot|nbsp|not|[AaNnOo]tilde|ord[fm]|[Oo]slash|[AaEeIiOoUuy]?uml|para|plusmn|pound|QUOT|quot|raquo|REG|reg|sect|shy|sup[123]|szlig|THORN|thorn|times|yen)">
  <!-- https://html.spec.whatwg.org/#named-character-reference-state -->
  <!-- Longest entity: CounterClockwiseContourIntegral (len=31) -->
  <!ENTITY entref "&amp;(?:#[0-9]+|#[xX][0-9A-Fa-f]+|[A-Za-z][A-Za-z0-9]{1,30});|&amp;&entname_without_semicolon;(?=[^;]|$)">
]>
<language name="HTML" version="20" kateversion="5.79" section="Markup" extensions="*.htm;*.html;*.shtml;*.shtm;*.aspx" mimetype="text/html" author="Wilbert Berendsen (wilbert@kde.nl)" license="LGPL" priority="10">

<highlighting>
<contexts>

  <!-- https://html.spec.whatwg.org/#syntax -->

  <context name="Start" attribute="Normal Text" lineEndContext="#stay">
    <IncludeRules context="FindText" />
    <IncludeRules context="FindHTML" />
  </context>

  <context name="FindText" attribute="Normal Text" lineEndContext="#stay">
    <DetectSpaces/>
    <DetectIdentifier/>
  </context>

  <context name="FindComment" attribute="Normal Text" lineEndContext="#stay">
    <StringDetect attribute="Comment" context="Comment" String="&lt;!--" beginRegion="comment" />
  </context>

  <context name="FindHTML" attribute="Normal Text" lineEndContext="#stay">
    <IncludeRules context="FindElements" />
    <IncludeRules context="FindComment" />

    <!-- TODO -->
    <!-- as long as kde gives DTDs the text/html mimetype--><!-- <IncludeRules context="FindDTDRules" /> -->
    <WordDetect attribute="Doctype" context="Doctype" String="&lt;!DOCTYPE" insensitive="true"/>

    <IncludeRules context="FindEntity" />
    <IncludeRules context="FindErrors" />
  </context>

  <context name="FindForeign" attribute="Normal Text" lineEndContext="#stay">
    <IncludeRules context="FindElements" />
    <IncludeRules context="FindComment" />
    <IncludeRules context="FindCDATA" />
    <IncludeRules context="FindEntity" />
    <IncludeRules context="FindErrors" />
  </context>

  <context name="FindElements" attribute="Other Text" lineEndContext="#pop">
    <RegExpr attribute="Element Symbols" context="ElementTagName" String="&lt;(?=(&name;))" />
    <RegExpr attribute="Element Symbols" context="ElementTagNameClose" String="&lt;/(?=(&name;))" />
  </context>

  <context name="FindErrors" attribute="Other Text" lineEndContext="#pop">
    <!--
    (error) incorrectly-opened-comment
      "<!" not immediately followed by two "-"
      All content that follows up to a ">" is treated as a comment.
    (error) cdata-in-html-content
      CDATA section outside of foreign content (SVG or MathML).
      The parser treats such CDATA sections as comments.
    -->
    <StringDetect attribute="Error" context="Bogus Comment" String="&lt;!"/>
    <!-- (error) unexpected-question-mark-instead-of-tag-name: treated as a comment. -->
    <StringDetect attribute="Error" context="Bogus Comment" String="&lt;?"/>
    <AnyChar attribute="Error" context="#stay" String="&amp;&lt;" />
  </context>

  <context name="FindCDATA" attribute="Other Text" lineEndContext="#pop">
    <StringDetect attribute="CDATA" context="CDATA" String="&lt;![CDATA[" beginRegion="cdata" />
  </context>

  <context name="ElementTagName" attribute="Other Text" lineEndContext="#pop">
    <IncludeRules context="FindHTMLTags" />
    <IncludeRules context="FindSpecialHTMLTags" />
    <StringDetect attribute="Element" context="#pop!El Open" String="%1" dynamic="true" />
  </context>

  <context name="ElementTagNameClose" attribute="Other Text" lineEndContext="#pop">
    <IncludeRules context="FindHTMLTagsClose" />
    <StringDetect attribute="Element" context="#pop!El Close" String="%1" dynamic="true" />
  </context>

  <!-- This allows you to insert HTML tags in other syntax definitions -->
  <context name="FindSpecialHTMLTags" attribute="Normal Text" lineEndContext="#stay">
    <!-- Raw text elements -->
    <WordDetect attribute="Element" context="#pop!CSS" String="style" insensitive="true" beginRegion="style" />
    <WordDetect attribute="Element" context="#pop!JS" String="script" insensitive="true" beginRegion="script" />
    <!-- Foreign Elements (CDATA sections can only be used in foreign content) -->
    <WordDetect attribute="Element" context="#pop!SVG" String="svg" insensitive="true" beginRegion="svg"/>
    <WordDetect attribute="Element" context="#pop!MATH" String="math" insensitive="true" beginRegion="math"/>
    <!-- Escapable raw text elements -->
    <WordDetect attribute="Element" context="#pop!Textarea" String="textarea" insensitive="true" beginRegion="textarea"/>
    <WordDetect attribute="Element" context="#pop!Title" String="title" insensitive="true"/>
  </context>

  <context name="FindHTMLTags" attribute="Normal Text" lineEndContext="#stay">
    <WordDetect attribute="Element" context="#pop!El Open" String="pre" insensitive="true" beginRegion="pre" />
    <WordDetect attribute="Element" context="#pop!El Open" String="div" insensitive="true" beginRegion="div" />
    <WordDetect attribute="Element" context="#pop!El Open" String="table" insensitive="true" beginRegion="table" />
    <WordDetect attribute="Element" context="#pop!El Open" String="ul" insensitive="true" beginRegion="ul" />
    <WordDetect attribute="Element" context="#pop!El Open" String="ol" insensitive="true" beginRegion="ol" />
    <WordDetect attribute="Element" context="#pop!El Open" String="dl" insensitive="true" beginRegion="dl" />
    <WordDetect attribute="Element" context="#pop!El Open" String="article" insensitive="true" beginRegion="article" />
    <WordDetect attribute="Element" context="#pop!El Open" String="aside" insensitive="true" beginRegion="aside" />
    <WordDetect attribute="Element" context="#pop!El Open" String="details" insensitive="true" beginRegion="details" />
    <WordDetect attribute="Element" context="#pop!El Open" String="figure" insensitive="true" beginRegion="figure" />
    <WordDetect attribute="Element" context="#pop!El Open" String="footer" insensitive="true" beginRegion="footer" />
    <WordDetect attribute="Element" context="#pop!El Open" String="header" insensitive="true" beginRegion="header" />
    <WordDetect attribute="Element" context="#pop!El Open" String="main" insensitive="true" beginRegion="main" />
    <WordDetect attribute="Element" context="#pop!El Open" String="nav" insensitive="true" beginRegion="nav" />
    <WordDetect attribute="Element" context="#pop!El Open" String="section" insensitive="true" beginRegion="section" />
  </context>

  <context name="FindHTMLTagsClose" attribute="Normal Text" lineEndContext="#stay">
    <WordDetect attribute="Element" context="#pop!El Close" String="pre" insensitive="true" endRegion="pre" />
    <WordDetect attribute="Element" context="#pop!El Close" String="div" insensitive="true" endRegion="div" />
    <WordDetect attribute="Element" context="#pop!El Close" String="table" insensitive="true" endRegion="table" />
    <WordDetect attribute="Element" context="#pop!El Close" String="ul" insensitive="true" endRegion="ul" />
    <WordDetect attribute="Element" context="#pop!El Close" String="ol" insensitive="true" endRegion="ol" />
    <WordDetect attribute="Element" context="#pop!El Close" String="dl" insensitive="true" endRegion="dl" />
    <WordDetect attribute="Element" context="#pop!El Close" String="article" insensitive="true" endRegion="article" />
    <WordDetect attribute="Element" context="#pop!El Close" String="aside" insensitive="true" endRegion="aside" />
    <WordDetect attribute="Element" context="#pop!El Close" String="details" insensitive="true" endRegion="details" />
    <WordDetect attribute="Element" context="#pop!El Close" String="figure" insensitive="true" endRegion="figure" />
    <WordDetect attribute="Element" context="#pop!El Close" String="footer" insensitive="true" endRegion="footer" />
    <WordDetect attribute="Element" context="#pop!El Close" String="header" insensitive="true" endRegion="header" />
    <WordDetect attribute="Element" context="#pop!El Close" String="main" insensitive="true" endRegion="main" />
    <WordDetect attribute="Element" context="#pop!El Close" String="nav" insensitive="true" endRegion="nav" />
    <WordDetect attribute="Element" context="#pop!El Close" String="section" insensitive="true" endRegion="section" />
  </context>

  <context name="FindEntityRefs" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindEntity" />
    <AnyChar attribute="Error" context="#stay" String="&amp;&lt;" />
  </context>
  <context name="FindEntity" attribute="Other Text" lineEndContext="#stay">
    <RegExpr attribute="EntityRef" context="#stay" String="&entref;" />
  </context>

  <context name="FindAttributes" attribute="Other Text" lineEndContext="#stay">
    <DetectChar attribute="Attribute Separator" context="Value" char="=" />
    <RegExpr attribute="Attribute" context="#stay" String="(^|\s+)&attributeName;(\s+&attributeName;)*\s*|\s+" />
  </context>

  <!--
  Comments must have the following format:

  - The string "<!-""-".
  - Optionally, text, with the additional restriction that the text must not
    start with the string ">", nor start with the string "->", nor contain
    the strings "<!-"""-", "-""->", or "-""-!>", nor end with the string "<!-".
  - The string "-""->".

  The text is allowed to end with the string "<!", as in "<!-""- bla <!-""->".

  - https://html.spec.whatwg.org/#parse-error-nested-comment
      ignore "<!-""-"
  - https://html.spec.whatwg.org/#parse-error-abrupt-closing-of-empty-comment
      with "<!-""->" or "<!-""-""->") the comment is closed

  comment := start ( ">" | "->" | (* - end) end )
  start := "<!-" "-"
  end := "-" "->"
  -->
  <context name="Comment" attribute="Comment" lineEndContext="Comment content" fallthroughContext="Comment content">
    <StringDetect attribute="Error" context="#pop" String="&gt;" endRegion="comment" />
    <StringDetect attribute="Error" context="#pop" String="-&gt;" endRegion="comment" />
  </context>
  <context name="Comment content" attribute="Comment" lineEndContext="#stay">
    <DetectSpaces/>
    <StringDetect attribute="Comment" context="#pop#pop" String="--&gt;" endRegion="comment" />
    <IncludeRules context="##Comments" />
    <DetectIdentifier/>
  </context>

  <context name="Bogus Comment" attribute="Comment" lineEndContext="#stay">
    <DetectChar attribute="Comment" context="#pop" char="&gt;" endRegion="comment" />
  </context>

  <context name="CDATA" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindText" />
    <StringDetect attribute="CDATA" context="#pop" String="]]&gt;" endRegion="cdata" />
  </context>

  <!--
    DOCTYPE

    https://html.spec.whatwg.org/#the-doctype
    https://html.spec.whatwg.org/#after-doctype-name-state (for public identifier)

    <!DOCTYPE html>
    <!DOCTYPE html SYSTEM "about:legacy-compat">
    <!DOCTYPE html SYSTEM 'about:legacy-compat'>

    HTML does not support Internal Subset (e.g. <!ENTITY ...>)

    @{
  -->

  <context name="Doctype" attribute="Other Text" lineEndContext="#stay">
    <DetectChar attribute="Doctype" context="#pop" char="&gt;" />
    <DetectChar attribute="Value" context="Doctype DQ" char="&quot;" />
    <DetectChar attribute="Value" context="Doctype SQ" char="&apos;" />
  </context>

  <context name="Doctype DQ" attribute="Value" lineEndContext="#stay">
    <DetectChar attribute="Value" context="#pop" char="&quot;" />
    <IncludeRules context="Doctype Value" />
  </context>

  <context name="Doctype SQ" attribute="Value" lineEndContext="#stay">
    <DetectChar attribute="Value" context="#pop" char="&apos;" />
    <IncludeRules context="Doctype Value" />
  </context>

  <context name="Doctype Value" attribute="Value" lineEndContext="#stay">
    <!-- no entity, only predefined strings -->
    <DetectChar attribute="Error" context="#pop" char="&amp;"/>
    <!--
      https://html.spec.whatwg.org/#parse-error-abrupt-doctype-public-identifier
      https://html.spec.whatwg.org/#parse-error-abrupt-doctype-system-identifier
    -->
    <DetectChar attribute="Error" context="#pop#pop" char="&gt;"/>
  </context>

  <!--
    @} DOCTYPE
  -->

  <context name="El Open" attribute="Error" lineEndContext="#stay">
    <Detect2Chars attribute="Element Symbols" context="#pop" char="/" char1="&gt;" />
    <DetectChar attribute="Element Symbols" context="#pop" char="&gt;" />
    <IncludeRules context="FindAttributes" />
  </context>

  <context name="El Close" attribute="Error" lineEndContext="#stay">
    <DetectChar attribute="Element Symbols" context="#pop" char="&gt;" />
    <DetectSpaces attribute="Other Text"/>
  </context>

  <context name="SVG" attribute="Error" lineEndContext="#stay">
    <Detect2Chars attribute="Element Symbols" context="#pop" char="/" char1="&gt;" endRegion="svg" />
    <DetectChar attribute="Element Symbols" context="SVG content" char="&gt;" />
    <IncludeRules context="FindAttributes" />
  </context>
  <context name="SVG content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindText" />
    <RegExpr attribute="Element Symbols" context="SVG content Close" String="&lt;/(?=svg\b)" insensitive="true" />
    <IncludeRules context="FindForeign" />
  </context>
  <context name="SVG content Close" attribute="Other Text" lineEndContext="#stay">
    <DetectIdentifier attribute="Element" context="#pop#pop#pop!El Close" endRegion="svg" />
  </context>

  <context name="MATH" attribute="Error" lineEndContext="#stay">
    <Detect2Chars attribute="Element Symbols" context="#pop" char="/" char1="&gt;" endRegion="math" />
    <DetectChar attribute="Element Symbols" context="MATH content" char="&gt;" />
    <IncludeRules context="FindAttributes" />
  </context>
  <context name="MATH content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindText" />
    <RegExpr attribute="Element Symbols" context="MATH content Close" String="&lt;/(?=math\b)" insensitive="true" />
    <IncludeRules context="FindForeign" />
  </context>
  <context name="MATH content Close" attribute="Other Text" lineEndContext="#stay">
    <DetectIdentifier attribute="Element" context="#pop#pop#pop!El Close" endRegion="math" />
  </context>

  <context name="Textarea" attribute="Error" lineEndContext="#stay">
    <Detect2Chars attribute="Element Symbols" context="#pop" char="/" char1="&gt;" endRegion="textarea" />
    <DetectChar attribute="Element Symbols" context="Textarea content" char="&gt;" />
    <IncludeRules context="FindAttributes" />
  </context>
  <context name="Textarea content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindText" />
    <RegExpr attribute="Element Symbols" context="Textarea content Close" String="&lt;/(?=textarea\b)" insensitive="true" />
    <IncludeRules context="FindEntity" />
    <DetectChar attribute="Error" context="#stay" char="&amp;" />
  </context>
  <context name="Textarea content Close" attribute="Other Text" lineEndContext="#stay">
    <DetectIdentifier attribute="Element" context="#pop#pop#pop!El Close" endRegion="textarea" />
  </context>

  <context name="Title" attribute="Error" lineEndContext="#stay">
    <Detect2Chars attribute="Element Symbols" context="#pop" char="/" char1="&gt;" />
    <DetectChar attribute="Element Symbols" context="Title content" char="&gt;" />
    <IncludeRules context="FindAttributes" />
  </context>
  <context name="Title content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindText" />
    <RegExpr attribute="Element Symbols" context="Title content Close" String="&lt;/(?=title\b)" insensitive="true" />
    <IncludeRules context="FindEntity" />
    <DetectChar attribute="Error" context="#stay" char="&amp;" />
  </context>
  <context name="Title content Close" attribute="Other Text" lineEndContext="#stay">
    <DetectIdentifier attribute="Element" context="#pop#pop#pop!El Close" />
  </context>

  <context name="CSS" attribute="Error" lineEndContext="#stay">
    <Detect2Chars attribute="Element Symbols" context="#pop" char="/" char1="&gt;" endRegion="style" />
    <DetectChar attribute="Element Symbols" context="CSS content" char="&gt;" />
    <IncludeRules context="FindAttributes" />
  </context>

  <context name="CSS content" attribute="Other Text" lineEndContext="#stay">
    <RegExpr attribute="Element Symbols" context="CSS content Close" String="&lt;/(?=style\b)" insensitive="true" />
    <IncludeRules context="##CSS" includeAttrib="true"/>
  </context>
  <context name="CSS content Close" attribute="Other Text" lineEndContext="#stay">
    <DetectIdentifier attribute="Element" context="#pop#pop#pop!El Close" endRegion="style" />
  </context>

  <context name="JS" attribute="Error" lineEndContext="#stay">
    <RegExpr attribute="Attribute" context="Script-Type" String="(?:\s+|^)type(?=\=|\s|$)" insensitive="true"/>
    <DetectChar attribute="Element Symbols" context="JS content" char="&gt;" />
    <IncludeRules context="DefaultJS" />
  </context>
  <context name="DefaultJS" attribute="Other Text" lineEndContext="#stay">
    <Detect2Chars attribute="Element Symbols" context="#pop" char="/" char1="&gt;" endRegion="script" />
    <DetectChar attribute="Attribute Separator" context="Value" char="=" />
    <RegExpr attribute="Attribute" context="#stay" String="(^|\s+)&attributeName;|\s+" />
  </context>

  <context name="JS content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="Default JS content"/>
    <IncludeRules context="Normal##JavaScript" includeAttrib="true"/>
  </context>
  <context name="Default JS content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindScriptTagClose" />
    <RegExpr attribute="Comment" context="#pop!JS comment close" String="//(?=.*?&lt;/script\b)" insensitive="true" />
  </context>

  <context name="FindScriptTagClose" attribute="Other Text" lineEndContext="#stay">
    <RegExpr attribute="Element Symbols" context="ScriptTagClose" String="&lt;/(?=script\b)" insensitive="true" />
  </context>
  <context name="ScriptTagClose" attribute="Other Text" lineEndContext="#stay">
    <DetectIdentifier attribute="Element" context="#pop#pop#pop!El Close" endRegion="script" />
  </context>

  <context name="JS comment close" attribute="Comment" lineEndContext="#pop">
    <DetectSpaces />
    <IncludeRules context="FindScriptTagClose" />
    <IncludeRules context="##Comments" />
    <DetectIdentifier/>
  </context>

  <context name="Value" attribute="Other Text" lineEndContext="#stay" fallthroughContext="Value NQ">
    <DetectChar attribute="Value" context="Value DQ" char="&quot;" />
    <DetectChar attribute="Value" context="Value SQ" char="&apos;" />
    <DetectSpaces />
  </context>

  <context name="Value NQ" attribute="Other Text" lineEndContext="#pop#pop" fallthroughContext="#pop#pop">
    <!-- '{' and '}' are valid, but used with twig -->
    <RegExpr attribute="Value" String="[^&gt;&lt;&quot;&apos;&amp;\s=`{}]+" />
    <IncludeRules context="FindEntity" />
    <AnyChar attribute="Error" String="&amp;&lt;&quot;&apos;`=" />
    <AnyChar attribute="Value" String="{}" />
  </context>

  <context name="Value DQ" attribute="Value" lineEndContext="#stay">
    <DetectChar attribute="Value" context="#pop#pop" char="&quot;" />
    <IncludeRules context="FindEntityRefs" />
  </context>

  <context name="Value SQ" attribute="Value" lineEndContext="#stay">
    <DetectChar attribute="Value" context="#pop#pop" char="&apos;" />
    <IncludeRules context="FindEntityRefs" />
  </context>

  <!-- Read content from the "type" attribute to change the language to
       highlight in the <script> tag. The default language is JavaScript. -->

  <context name="Script-Type" attribute="Other Text" lineEndContext="#stay" fallthroughContext="#pop">
    <DetectSpaces />
    <DetectChar attribute="Attribute" context="#pop!Script-Type Value" char="=" />
  </context>
  <context name="Script-Type Value" attribute="Other Text" lineEndContext="#stay" fallthroughContext="#pop!Value">
    <DetectSpaces />
    <!-- TypeScript -->
    <StringDetect attribute="Value" context="#pop#pop!TypeScript" String="&quot;text/typescript&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!TypeScript" String="&apos;text/typescript&apos;"/>
    <!-- JSX (JavaScript React) -->
    <StringDetect attribute="Value" context="#pop#pop!JSX" String="&quot;text/jsx&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!JSX" String="&apos;text/jsx&apos;"/>
    <StringDetect attribute="Value" context="#pop#pop!JSX" String="&quot;text/babel&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!JSX" String="&apos;text/babel&apos;"/>
    <!-- MustacheJS / HandlebarsJS / RactiveJS -->
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&quot;x-tmpl-mustache&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&apos;x-tmpl-mustache&apos;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&quot;text/mustache&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&apos;text/mustache&apos;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&quot;text/x-mustache-template&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&apos;text/x-mustache-template&apos;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&quot;text/x-handlebars-template&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&apos;text/x-handlebars-template&apos;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&quot;text/ractive&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!MustacheJS" String="&apos;text/ractive&apos;"/>
    <!-- HTML templates -->
    <StringDetect attribute="Value" context="#pop#pop!Script HTML template" String="&quot;text/html&quot;"/>
    <StringDetect attribute="Value" context="#pop#pop!Script HTML template" String="&apos;text/html&apos;"/>
  </context>

  <context name="JSX" attribute="Error" lineEndContext="#stay">
    <DetectChar attribute="Element Symbols" context="JSX content" char="&gt;" />
    <IncludeRules context="DefaultJS" />
  </context>
  <context name="JSX content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="Default JS content"/>
    <IncludeRules context="Normal##JavaScript React (JSX)" includeAttrib="true"/>
  </context>

  <context name="TypeScript" attribute="Error" lineEndContext="#stay">
    <DetectChar attribute="Element Symbols" context="TypeScript content" char="&gt;" />
    <IncludeRules context="DefaultJS" />
  </context>
  <context name="TypeScript content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="Default JS content"/>
    <IncludeRules context="Normal##TypeScript" includeAttrib="true"/>
  </context>

  <context name="MustacheJS" attribute="Error" lineEndContext="#stay">
    <DetectChar attribute="Element Symbols" context="MustacheJS content" char="&gt;" />
    <IncludeRules context="DefaultJS" />
  </context>
  <context name="MustacheJS content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindScriptTagClose" />
    <StringDetect attribute="Error" context="#stay" String="&lt;script&gt;" insensitive="true" />
    <WordDetect attribute="Error" context="#stay" String="&lt;script" insensitive="true" />
    <IncludeRules context="Base##Mustache/Handlebars (HTML)" includeAttrib="true"/>
  </context>

  <context name="Script HTML template" attribute="Error" lineEndContext="#stay">
    <DetectChar attribute="Element Symbols" context="Script HTML template content" char="&gt;" />
    <IncludeRules context="DefaultJS" />
  </context>
  <context name="Script HTML template content" attribute="Other Text" lineEndContext="#stay">
    <IncludeRules context="FindText" />
    <IncludeRules context="FindScriptTagClose" />
    <StringDetect attribute="Error" context="#stay" String="&lt;script&gt;" insensitive="true" />
    <WordDetect attribute="Error" context="#stay" String="&lt;script" insensitive="true" />
    <IncludeRules context="FindElements" />
    <IncludeRules context="FindComment" />
    <IncludeRules context="FindEntity" />
    <IncludeRules context="FindErrors" />
  </context>

</contexts>
<itemDatas>
  <itemData name="Normal Text" defStyleNum="dsNormal" />
  <itemData name="Other Text" defStyleNum="dsNormal" spellChecking="false" />
  <itemData name="Comment" defStyleNum="dsComment" />
  <itemData name="CDATA" defStyleNum="dsBaseN" bold="1" spellChecking="false" />
  <itemData name="Doctype" defStyleNum="dsDataType" bold="1" spellChecking="false" />
  <itemData name="Element" defStyleNum="dsKeyword" spellChecking="false" />
  <itemData name="Element Symbols" defStyleNum="dsDataType" spellChecking="false" />
  <itemData name="Attribute" defStyleNum="dsOthers" spellChecking="false" />
  <itemData name="Attribute Separator" defStyleNum="dsOperator" spellChecking="false" />
  <itemData name="Value" defStyleNum="dsString" spellChecking="false" />
  <itemData name="EntityRef" defStyleNum="dsDecVal" spellChecking="false" />
  <itemData name="Error" defStyleNum="dsError" spellChecking="false" />
</itemDatas>

</highlighting>
<general>
  <comments>
    <comment name="multiLine" start="&lt;!--" end="--&gt;" region="comment" />
  </comments>
</general>
</language>
<!-- kate: replace-tabs on; tab-width 2; indent-width 2; -->