Warning, /frameworks/syntax-highlighting/data/syntax/winehq.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="WINE Config" version="8" kateversion="5.0" section="Configuration" extensions="*.reg" mimetype="">
0004   <highlighting>
0005     <contexts>
0006       <context attribute="Normal Text" lineEndContext="#stay" name="Normal">
0007         <StringDetect String="WINE REGISTRY Version" attribute="RegistryBeginEnd" context="RegistryBeginEnd" />
0008         <RegExpr String="^#\s*&lt;\s*(\/\s*)?wineconf\s*&gt;" attribute="RegistryBeginEnd" context="#stay" column="0"/>
0009         <RegExpr String="^\[.*\]" attribute="Section" context="#stay" column="0"/>
0010         <DetectChar char=";" attribute="Comment" context="Comment"/>
0011 
0012         <RegExpr String="\s*&quot;\s*[a-zA-Z0-9_.:*]*\s*&quot;" attribute="Key" context="#stay" />
0013 
0014         <DetectChar char="=" attribute="Normal Text" context="Value"/>
0015       </context>
0016 
0017       <context attribute="Normal Text" lineEndContext="#pop" name="Value">
0018         <RegExpr String="\s*&quot;.*&quot;" attribute="Value" context="#stay" />
0019         <DetectChar char=";" attribute="Comment" context="Comment"/>
0020       </context>
0021 
0022       <context attribute="RegistryBeginEnd" lineEndContext="#pop" name="RegistryBeginEnd"/>
0023 
0024       <context attribute="Comment" lineEndContext="#pop" name="Comment">
0025         <DetectSpaces />
0026         <IncludeRules context="##Comments" />
0027       </context>
0028 
0029     </contexts>
0030     <itemDatas>
0031       <itemData name="Normal Text" defStyleNum="dsNormal"/>
0032       <itemData name="Section"  defStyleNum="dsKeyword"/>
0033       <itemData name="Key"  defStyleNum="dsDataType"/>
0034       <itemData name="Value"  defStyleNum="dsNormal" color="#0000FF" selColor="#ffffff" italic="0" bold="1"/>
0035       <itemData name="Comment" defStyleNum="dsComment"/>
0036       <itemData name="RegistryBeginEnd"  defStyleNum="dsNormal" color="#00AAAA" selColor="#ffffff" italic="0" bold="1"/>
0037     </itemDatas>
0038   </highlighting>
0039   <general>
0040     <comments>
0041       <comment name="singleLine" start=";"/>
0042     </comments>
0043   </general>
0044 </language>
0045 <!-- kate: space-indent on; indent-width 2; replace-tabs on; -->