summaryrefslogtreecommitdiffstats
path: root/kate/data/debiancontrol.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kate/data/debiancontrol.xml')
-rw-r--r--kate/data/debiancontrol.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/data/debiancontrol.xml b/kate/data/debiancontrol.xml
index 76b761863..83fb40883 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.82" kateversion="2.4" section="Other" extensions="" mimetype="">
+<language name="Debian Control" version="0.83" kateversion="2.4" section="Other" extensions="control" mimetype="">
<highlighting>
<contexts>
<context attribute="Normal Text" lineEndContext="#stay" name="INIT">
@@ -21,7 +21,7 @@
</context>
<context attribute="Value" lineEndContext="#pop" name="Field">
- <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;" minimal="true"/>
+ <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;"/>
<Detect2Chars attribute="Keyword" context="Variable" char="$" char1="{"/>
</context>
@@ -30,7 +30,7 @@
</context>
<context attribute="Value" lineEndContext="#pop" name="DependencyField">
- <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;" minimal="true"/>
+ <RegExpr attribute="Email" context="#stay" String="&lt;.*@.*&gt;"/>
<Detect2Chars attribute="Keyword" context="Variable" char="$" char1="{"/>
<RegExpr attribute="Keyword" context="#stay" String="[,\|]"/>
<DetectChar attribute="Keyword" context="Constrain" char="("/>