summaryrefslogtreecommitdiffstats
path: root/kate/data/debiancontrol.xml
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-11 16:14:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-11 16:14:23 -0600
commit7439a4b0e05832e047040ab8bf9ef13abd9288b2 (patch)
tree3a15e3033fa66b2d947daa14e6807b39f3dc84d1 /kate/data/debiancontrol.xml
parent783973a7d6910fee50d90fcfaf439ae3bbb15b8c (diff)
downloadtdelibs-7439a4b0e05832e047040ab8bf9ef13abd9288b2.tar.gz
tdelibs-7439a4b0e05832e047040ab8bf9ef13abd9288b2.zip
Update kate synatax highlighting files
This closes Bug 764
Diffstat (limited to 'kate/data/debiancontrol.xml')
-rw-r--r--kate/data/debiancontrol.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/kate/data/debiancontrol.xml b/kate/data/debiancontrol.xml
index 83fb40883..8c34c64ca 100644
--- a/kate/data/debiancontrol.xml
+++ b/kate/data/debiancontrol.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="Debian Control" version="0.83" kateversion="2.4" section="Other" extensions="control" mimetype="">
+<language name="Debian Control" version="0.84" kateversion="2.4" section="Other" extensions="control" mimetype="">
<highlighting>
<contexts>
<context attribute="Normal Text" lineEndContext="#stay" name="INIT">
@@ -16,12 +16,13 @@
<StringDetect attribute="Keyword" context="DependencyField" String="Build-Depends-Indep:"/>
<StringDetect attribute="Keyword" context="DependencyField" String="Build-Conflicts:"/>
<StringDetect attribute="Keyword" context="DependencyField" String="Build-Conflicts-Indep:"/>
+ <StringDetect attribute="Keyword" context="DependencyField" String="Breaks:"/>
<RegExpr attribute="Keyword" context="Field" minimal="true" String="[^ ]*:" column="0"/>
<DetectChar attribute="Value" context="Field" char=" " column="0"/>
</context>
<context attribute="Value" lineEndContext="#pop" name="Field">
- <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;"/>
+ <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;" minimal="true"/>
<Detect2Chars attribute="Keyword" context="Variable" char="$" char1="{"/>
</context>
@@ -30,7 +31,7 @@
</context>
<context attribute="Value" lineEndContext="#pop" name="DependencyField">
- <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;"/>
+ <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;" minimal="true"/>
<Detect2Chars attribute="Keyword" context="Variable" char="$" char1="{"/>
<RegExpr attribute="Keyword" context="#stay" String="[,\|]"/>
<DetectChar attribute="Keyword" context="Constrain" char="("/>
@@ -56,6 +57,9 @@
</highlighting>
<general>
+ <comments>
+ <comment name="singleLine" start="#"/>
+ </comments>
<keywords casesensitive="1" />
</general>
</language>