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/cue.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/cue.xml')
-rw-r--r-- | kate/data/cue.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/kate/data/cue.xml b/kate/data/cue.xml new file mode 100644 index 000000000..6044aae7b --- /dev/null +++ b/kate/data/cue.xml @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE language SYSTEM "language.dtd"> +<language name="CUE Sheet" version="0.91" kateversion="2.1" section="Other" extensions="*.cue" mimetype="application/x-cue"> + <highlighting> + <list name="keywords"> + <item> CATALOG </item> + <item> CDTEXTFILE </item> + <item> FILE </item> + <item> FLAGS </item> + <item> INDEX </item> + <item> ISRC </item> + <item> PERFORMER </item> + <item> PREGAP </item> + <item> POSTGAP </item> + <item> REM </item> + <item> SONGWRITER </item> + <item> TITLE </item> + <item> TRACK </item> + </list> + <list name="format"> + <item> AIFF </item> + <item> WAVE </item> + <item> MP3 </item> + <item> BINARY </item> + <item> MOTOTOLA </item> + </list> + <list name="mode"> + <item> AUDIO </item> + <item> CDG </item> + <item> CDI </item> + <item> MODE1 </item> + <item> MODE2 </item> + <item> RAW </item> + </list> + <list name="flags"> + <item> 4CH </item> + <item> DCP </item> + <item> PRE </item> + <item> SCMS </item> + </list> + <contexts> + <context attribute="Normal Text" lineEndContext="#stay" name="Normal"> + <keyword attribute="Keyword" context="#stay" String="keywords" /> + <keyword attribute="Format" context="#stay" String="format" /> + <keyword attribute="Mode" context="#stay" String="mode" /> + <keyword attribute="Flags" context="#stay" String="flags" /> + <Int attribute="Decimal" context="#stay" /> + <DetectChar attribute="String" context="String" char="""/> + <DetectChar attribute="Comment" context="Comment" char=";"/> + </context> + <context attribute="String" lineEndContext="#pop" name="String"> + <LineContinue attribute="String" context="#stay"/> + <DetectChar attribute="String" context="#pop" char="""/> + </context> + <context attribute="Comment" lineEndContext="#pop" name="Comment" /> + </contexts> + <itemDatas> + <itemData name="Normal Text" defStyleNum="dsNormal"/> + <itemData name="Keyword" defStyleNum="dsKeyword"/> + <itemData name="Format" defStyleNum="dsNormal" color="#800000"/> + <itemData name="Mode" defStyleNum="dsNormal" color="#000080"/> + <itemData name="Flags" defStyleNum="dsNormal" color="#008000"/> + <itemData name="Decimal" defStyleNum="dsDecVal"/> + <itemData name="String" defStyleNum="dsString"/> + <itemData name="Comment" defStyleNum="dsComment"/> + </itemDatas> + </highlighting> + <general> + <comments> + <comment name="singleLine" start=";" /> + </comments> + <keywords casesensitive="0" /> + </general> +</language> |