diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-02 09:20:27 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-02 09:20:27 +0000 |
commit | d7b9791584eda0f022813fd2b2df50f59eba29c5 (patch) | |
tree | 395d2d48909ce6f9e002106d1638610f7a7c8321 /kate/data/debiancontrol.xml | |
parent | 84bbc54a086fc6894b247488bf62bdff04dd55fa (diff) | |
download | tdelibs-d7b9791584eda0f022813fd2b2df50f59eba29c5.tar.gz tdelibs-d7b9791584eda0f022813fd2b2df50f59eba29c5.zip |
Added remaining missing Kate xml files
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1068844 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/debiancontrol.xml')
-rw-r--r-- | kate/data/debiancontrol.xml | 6 |
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="<.*@.*>" minimal="true"/> + <RegExpr attribute="Email" context="#stay" String="<.*@.*>"/> <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="<.*@.*>" minimal="true"/> + <RegExpr attribute="Email" context="#stay" String="<.*@.*>"/> <Detect2Chars attribute="Keyword" context="Variable" char="$" char1="{"/> <RegExpr attribute="Keyword" context="#stay" String="[,\|]"/> <DetectChar attribute="Keyword" context="Constrain" char="("/> |