Warning, /frameworks/syntax-highlighting/data/syntax/hunspell-dat.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="Hunspell Thesaurus File" section="Other" extensions="*.dat" priority="-9" version="1" kateversion="2.4" author="Lukas Sommer" license="LGPL version 2.1, or version 3 or later versions approved by the membership of KDE e.V.; or any other license appoved by the emembership of KDE e.V.">
0004 
0005 <highlighting>
0006 
0007 <contexts>
0008 
0009         <context name="context_dat" fallthrough="true" fallthroughContext="context_content" attribute="Undefined" lineEndContext="context_content" >
0010                 <RegExpr attribute="Encoding" context="context_content" String=".*" />
0011         </context>
0012         
0013         <context name="context_content" attribute="Entry" lineEndContext="#stay">
0014                 <DetectChar char="-" attribute="Keyword" column="0" context="context_list" />
0015                 <DetectChar char="|" attribute="Keyword" context="context_number" />
0016         </context>
0017         
0018         <context name="context_list" attribute="String" lineEndContext="#pop">
0019                 <DetectChar char="|" attribute="Keyword" context="#stay" />
0020                 <RangeDetect char="(" char1=")" attribute="Hint" />
0021         </context>
0022         
0023         <context name="context_number" attribute="Number" lineEndContext="#pop">
0024         </context>
0025 
0026 </contexts>
0027 
0028 
0029 <itemDatas>
0030         <itemData name="Undefined" defStyleNum="dsNormal" />
0031         <itemData name="Keyword" defStyleNum="dsKeyword" />
0032         <itemData name="Number" defStyleNum="dsDecVal" />
0033         <itemData name="String" defStyleNum="dsString" />
0034         <itemData name="Hint" defStyleNum="dsOthers" />
0035         <itemData name="Encoding" defStyleNum="dsDataType" />
0036         <itemData name="Entry" defStyleNum="dsFunction" />
0037 </itemDatas>
0038 
0039 </highlighting>
0040 
0041 
0042 <general>
0043         <comments>
0044                 <comment name="singleLine" start="#" />
0045         </comments>
0046 </general>
0047 
0048 </language>