summaryrefslogtreecommitdiff
path: root/share/tinykate/syntax/sgml.xml
blob: 8dbab2861b950f3e7494ab497f888b3d0e3d2071 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="SGML" version="1.00" kateversion="2.0" section="Markup" extensions="*.sgml" mimetype="text/sgml">
  <highlighting>
    <contexts>
       <context attribute="0" lineEndContext="#stay">
         <StringDetect attribute="Comment" context="4" String="&lt;!--"/>
         <RegExpr attribute="1" context="1" String="&lt;\s*\/?\s*[a-zA-Z_:][a-zA-Z0-9._:-]*" />
       </context>

       <context attribute="2" lineEndContext="#stay">
	 <Detect2Chars attribute="1" context="#push" char="/" char1="&gt;" />
	 <DetectChar attribute="1" context="#push" char="&gt;" />
         <RegExpr attribute="0" context="2" String="\s*=\s*" />
       </context>

       <context attribute="3" lineEndContext="#stay">
	 <RegExpr attribute="3" context="#push" String="[A-Za-z0-9.-]*" />
         <DetectChar attribute="3" context="3" char="&quot;" />
       </context>

       <context attribute="3" lineEndContext="#stay">
         <DetectChar attribute="3" context="#pop#pop" char="&quot;" />
       </context>

       <context attribute="Comment" lineEndContext="#stay">
         <String---Detect attribute="Comment" context="4" String="&lt;!--"/>
         <StringDetect attribute="Comment" context="#pop" String="--&gt;"/>
       </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="&lt;!--" end="//--&gt;" />
    </comments>
    <keywords casesensitive="0" />
  </general>
</language>