Warning, /frameworks/syntax-highlighting/data/syntax/debiancontrol.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="Debian Control" version="4" kateversion="5.0" section="Other" extensions="control" mimetype="">
0004 <highlighting>
0005 <contexts>
0006 <context attribute="Normal Text" lineEndContext="#stay" name="INIT">
0007 <StringDetect attribute="Keyword" context="DependencyField" String="Depends:"/>
0008 <StringDetect attribute="Keyword" context="DependencyField" String="Recommends:"/>
0009 <StringDetect attribute="Keyword" context="DependencyField" String="Suggests:"/>
0010 <StringDetect attribute="Keyword" context="DependencyField" String="Conflicts:"/>
0011 <StringDetect attribute="Keyword" context="DependencyField" String="Provides:"/>
0012 <StringDetect attribute="Keyword" context="DependencyField" String="Replaces:"/>
0013 <StringDetect attribute="Keyword" context="DependencyField" String="Enhances:"/>
0014 <StringDetect attribute="Keyword" context="DependencyField" String="Pre-Depends:"/>
0015 <StringDetect attribute="Keyword" context="DependencyField" String="Build-Depends:"/>
0016 <StringDetect attribute="Keyword" context="DependencyField" String="Build-Depends-Indep:"/>
0017 <StringDetect attribute="Keyword" context="DependencyField" String="Build-Conflicts:"/>
0018 <StringDetect attribute="Keyword" context="DependencyField" String="Build-Conflicts-Indep:"/>
0019 <StringDetect attribute="Keyword" context="DependencyField" String="Breaks:"/>
0020 <RegExpr attribute="Keyword" context="Field" minimal="true" String="^[^ ]*:" column="0"/>
0021 <DetectChar attribute="Value" context="Field" char=" " column="0"/>
0022 </context>
0023
0024 <context attribute="Value" lineEndContext="#pop" name="Field">
0025 <RegExpr attribute="Email" context="#stay" String="<.*@.*>" minimal="true"/>
0026 <Detect2Chars attribute="Keyword" context="Variable" char="$" char1="{"/>
0027 </context>
0028
0029 <context attribute="Variable" lineEndContext="#pop" name="Variable">
0030 <DetectChar attribute="Keyword" context="#pop" char="}"/>
0031 </context>
0032
0033 <context attribute="Value" lineEndContext="#pop" name="DependencyField">
0034 <RegExpr attribute="Email" context="#stay" String="<.*@.*>" minimal="true"/>
0035 <Detect2Chars attribute="Keyword" context="Variable" char="$" char1="{"/>
0036 <AnyChar attribute="Keyword" context="#stay" String=",|"/>
0037 <AnyChar attribute="Keyword" context="Constrain" String="(["/>
0038 </context>
0039
0040 <context attribute="Version" lineEndContext="#stay" name="Constrain">
0041 <Detect2Chars attribute="Keyword" context="Variable" char="$" char1="{"/>
0042 <AnyChar attribute="Keyword" context="#stay" String="!<=>"/>
0043 <AnyChar attribute="Keyword" context="#pop" String=")]"/>
0044 </context>
0045 </contexts>
0046
0047 <itemDatas>
0048 <itemData name="Normal Text" defStyleNum="dsNormal"/>
0049 <itemData name="Keyword" defStyleNum="dsKeyword"/>
0050 <itemData name="Version" defStyleNum="dsDecVal"/>
0051 <itemData name="Value" defStyleNum="dsDataType"/>
0052 <itemData name="Variable" defStyleNum="dsVariable"/>
0053 <itemData name="Email" defStyleNum="dsOthers"/>
0054 </itemDatas>
0055 </highlighting>
0056
0057 <general>
0058 <keywords casesensitive="1" />
0059 </general>
0060 </language>
0061 <!-- kate: replace-tabs on; tab-width 4; indent-width 4; -->