Warning, /frameworks/syntax-highlighting/data/syntax/glosstex.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="GlossTex" version="3" kateversion="5.79" extensions="*.gdf" section="Markup" mimetype="text/x-gdf" casesensitive="1" author="Thomas Braun(braun@physik.fu-berlin.de)" license="LGPL">
0004   <highlighting>
0005     <contexts>
0006       <context name="Comment" attribute="Comment" lineEndContext="#stay">
0007       <StringDetect String="@entry" attribute="Entry" context="Entry"/>
0008       </context>
0009       <context name="Entry"  attribute="Entry" lineEndContext="#pop">
0010         <DetectChar char="{" attribute="Normal Text" context="Label"/>
0011         <DetectChar char="}" attribute="Normal Text" context="Text"/>
0012       </context>
0013       <context name="Label"  attribute="Label" lineEndContext="#pop">
0014       <DetectChar char="," attribute="Normal Text" context="Abbrev"/>
0015       <DetectChar char="}" attribute="Normal Text" context="Text"/>
0016       </context>
0017       <context name="Abbrev" attribute="Abbrev" lineEndContext="#pop">
0018         <RegExpr String="\{[^\{\}]*\}" attribute="Abbrev" context="#stay"/>
0019         <DetectChar char="," attribute="Normal Text" context="Full"/>
0020         <DetectChar char="}" attribute="Normal Text" context="Text"/>
0021       </context>
0022         <context name="Full" attribute="Full" lineEndContext="#pop">
0023         <RegExpr String="\{[^\{\}]*\}" attribute="Full" context="#stay"/>
0024         <DetectChar char="}" attribute="Normal Text" context="Text"/>
0025       </context>
0026       <context name="Text" attribute="Normal Text" lineEndContext="Comment">
0027       <IncludeRules context="##LaTeX" includeAttrib="true"/>
0028       </context>
0029     </contexts>
0030     <itemDatas>
0031       <itemData name="Normal Text" defStyleNum="dsNormal"/>
0032       <itemData name="Comment" defStyleNum="dsComment"/>
0033       <itemData name="Entry" defStyleNum="dsVariable"/>
0034       <itemData name="Label" defStyleNum="dsDataType"/>
0035       <itemData name="Abbrev" defStyleNum="dsOthers"/>
0036       <itemData name="Full" defStyleNum="dsString"/>
0037     </itemDatas>
0038   </highlighting>
0039   <general>
0040    <keywords casesensitive="0" weakDeliminator="\" wordWrapDeliminator=",{}[]"/>
0041       <comments>
0042       <comment name="singleLine" start="%" />
0043     </comments>
0044     </general>
0045   </language>