Warning, /frameworks/syntax-highlighting/data/syntax/desktop.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=".desktop" version="6" kateversion="5.0"
0004           section="Configuration" extensions="*.desktop;*.kdelnk;*.desktop.cmake"
0005           mimetype="application/x-desktop">
0006   <highlighting>
0007     <contexts>
0008       <context attribute="Key" lineEndContext="#stay" name="Normal">
0009         <RegExpr String="^\[.*\]$" attribute="Section" context="#stay" beginRegion="Section" endRegion="Section" column="0"/>
0010         <RegExpr String="\[.*\]" attribute="Language" context="Value"/>
0011         <DetectChar char="#" attribute="Comment" context="Comment" firstNonSpace="true"/>
0012         <DetectChar char="=" attribute="Normal Text" context="Value"/>
0013       </context>
0014       <context attribute="Normal Text" lineEndContext="#pop" name="Value"/>
0015       <context attribute="Comment"     lineEndContext="#pop" name="Comment">
0016         <DetectSpaces />
0017         <IncludeRules context="##Comments"/>
0018       </context>
0019     </contexts>
0020     <itemDatas>
0021       <itemData name="Normal Text" defStyleNum="dsNormal" spellChecking="false"/>
0022       <itemData name="Section"  defStyleNum="dsKeyword" spellChecking="false"/>
0023       <itemData name="Key"  defStyleNum="dsDataType" spellChecking="false"/>
0024       <itemData name="Language"  defStyleNum="dsDecVal" bold="1" spellChecking="false"/>
0025       <itemData name="Comment" defStyleNum="dsComment"/>
0026     </itemDatas>
0027   </highlighting>
0028   <general>
0029     <comments>
0030       <comment name="singleLine" start="#"/>
0031     </comments>
0032   </general>
0033 </language>
0034 <!-- kate: replace-tabs on; tab-width 2; indent-width 2; -->