diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kate/data/debianchangelog.xml | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/debianchangelog.xml')
-rw-r--r-- | kate/data/debianchangelog.xml | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/kate/data/debianchangelog.xml b/kate/data/debianchangelog.xml new file mode 100644 index 000000000..b752f229c --- /dev/null +++ b/kate/data/debianchangelog.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE language SYSTEM "language.dtd"> +<language name="Debian Changelog" version="0.62" kateversion="2.4" section="Other" extensions="" mimetype=""> + <highlighting> + <list name="keywords"> + <item>urgency</item> + </list> + + <list name="distributions"> + <item>stable</item> + <item>testing</item> + <item>frozen</item> + <item>unstable</item> + <item>experimental</item> + </list> + + <list name="urgencies"> + <item>low</item> + <item>medium</item> + <item>high</item> + <item>emergency</item> + <item>bug</item> + </list> + + <contexts> + <context attribute="Normal Text" lineEndContext="#stay" name="INIT"> + <RegExpr attribute="Keyword" context="Head" String="[^ ]*" column="0"/> + <RegExpr attribute="Email" context="#stay" String="<.*@.*>"/> + <RegExpr attribute="Keyword" context="#stay" String=" \-\-" column="0"/> + <RegExpr attribute="Keyword" context="#stay" String=" \*" column="0"/> + <RegExpr attribute="Bug" context="#stay" String="[Cc][Ll][Oo][Ss][Ee][Ss]:[\s]*(([Bb][Uu][Gg]\s*)?#\s*\d+)(\s*, *([Bb[Uu][Gg]\s*)?#\s*\d+)*"/> + </context> + + <context attribute="Normal Text" lineEndContext="#pop" name="Head"> + <DetectChar attribute="Keyword" context="Version" char="("/> + <RegExpr attribute="Keyword" context="#stay" String="[,;=]"/> + <keyword attribute="Keyword" context="#stay" String="keywords"/> + <keyword attribute="Data" context="#stay" String="distributions"/> + <keyword attribute="Data" context="#stay" String="urgencies"/> + </context> + + <context attribute="Version" lineEndContext="#pop" name="Version"> + <DetectChar attribute="Keyword" context="#pop" char=")"/> + </context> + </contexts> + + <itemDatas> + <itemData name="Normal Text" defStyleNum="dsNormal"/> + <itemData name="Keyword" defStyleNum="dsKeyword"/> + <itemData name="Version" defStyleNum="dsDataType"/> + <itemData name="Data" defStyleNum="dsDataType"/> + <itemData name="Bug" defStyleNum="dsDataType"/> + <itemData name="Email" defStyleNum="dsOthers"/> + </itemDatas> + </highlighting> + + <general> + <keywords casesensitive="1" /> + </general> +</language> |