Warning, /frameworks/syntax-highlighting/data/syntax/sgml.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE language>
0003 <language name="SGML" version="5" kateversion="5.0" section="Markup" extensions="*.sgml" mimetype="text/sgml">
0004   <highlighting>
0005     <contexts>
0006        <context attribute="Normal Text" lineEndContext="#stay" name="Normal Text" >
0007          <StringDetect attribute="Comment" context="Comment" String="&lt;!--" beginRegion="Comment"/>
0008          <RegExpr attribute="Tag" context="Attribute" String="&lt;\s*\/?\s*[a-zA-Z_:][a-zA-Z0-9._:-]*" />
0009        </context>
0010 
0011        <context attribute="Attribute Name" lineEndContext="#stay" name="Attribute" >
0012           <Detect2Chars attribute="Tag" context="#pop" char="/" char1="&gt;" />
0013           <DetectChar attribute="Tag" context="#pop" char="&gt;" />
0014           <RegExpr attribute="Normal Text" context="Value" String="\s*=\s*" />
0015        </context>
0016 
0017        <context attribute="Attribute Value" lineEndContext="#stay" name="Value" >
0018          <Detect2Chars attribute="Tag" context="#pop#pop" char="/" char1="&gt;" />
0019           <DetectChar attribute="Tag" context="#pop#pop" char="&gt;" />
0020          <DetectChar attribute="Attribute Value" context="Value 2" char="&quot;" />
0021        </context>
0022 
0023        <context attribute="Attribute Value" lineEndContext="#stay" name="Value 2" >
0024          <DetectChar attribute="Attribute Value" context="#pop#pop" char="&quot;" />
0025        </context>
0026 
0027        <context attribute="Comment" lineEndContext="#stay" name="Comment" >
0028          <DetectSpaces />
0029          <StringDetect attribute="Comment" context="#pop" String="--&gt;" endRegion="Comment"/>
0030          <IncludeRules context="##Comments"/>
0031        </context>
0032 
0033     </contexts>
0034     <itemDatas>
0035       <itemData name="Normal Text" defStyleNum="dsNormal"/>
0036       <itemData name="Tag" defStyleNum="dsKeyword" spellChecking="false"/>
0037       <itemData name="Attribute Name" defStyleNum="dsOthers" spellChecking="false"/>
0038       <itemData name="Attribute Value" defStyleNum="dsDataType" spellChecking="false"/>
0039       <itemData name="Comment" defStyleNum="dsComment"/>
0040     </itemDatas>
0041   </highlighting>
0042   <general>
0043     <comments>
0044       <comment name="multiLine" start="&lt;!--" end="--&gt;" region="Comment" />
0045     </comments>
0046     <keywords casesensitive="0" />
0047   </general>
0048 </language>