blob: f4ce3f039ea74def94c982e6558800caa8eb9b94 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="HTML" version="1.00" kateversion="2.0" section="Markup" extensions="*.html;*.htm;*.shtml;*.shtm" mimetype="text/html">
<highlighting>
<contexts>
<context attribute="0" lineEndContext="#stay">
<StringDetect attribute="Comment" context="6" String="<!--"/>
<RegExpr attribute="1" context="1" String="<\s*\/?\s*[a-zA-Z0-9_]*" />
</context>
<context attribute="2" lineEndContext="#stay">
<DetectChar attribute="1" context="#pop" char=">"/>
<RegExpr attribute="0" context="2" String="\s*=\s*"/>
</context>
<context attribute="8" lineEndContext="#stay">
<RegExpr attribute="3" context="#pop" String="\s*#?[a-zA-Z0-9]*" />
<DetectChar attribute="3" context="3" char=""" />
</context>
<context attribute="3" lineEndContext="#stay">
<DetectChar attribute="3" context="#pop#pop" char=""" />
</context>
<context attribute="5" lineEndContext="#pop"/>
<context attribute="4" lineEndContext="#pop">
<DetectChar attribute="4" context="#pop" char="'"/>
</context>
<context attribute="Comment" lineEndContext="#stay">
<String---Detect attribute="Comment" context="6" String="<!--"/>
<StringDetect attribute="Comment" context="#pop" String="-->"/>
</context>
</contexts>
<itemDatas>
<itemData name="Normal Text" defStyleNum="dsNormal"/>
<itemData name="Keyword" defStyleNum="dsKeyword"/>
<itemData name="Identifier" defStyleNum="dsOthers"/>
<itemData name="Types" defStyleNum="dsDataType"/>
<itemData name="String" defStyleNum="dsString"/>
<itemData name="Comment" defStyleNum="dsComment"/>
</itemDatas>
</highlighting>
<general>
<comments>
<comment name="multiLine" start="<!--" end="//-->" />
</comments>
<keywords casesensitive="0" />
</general>
</language>
|