summaryrefslogtreecommitdiffstats
path: root/kate/data/sgml.xml
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch)
tree5ac38a06f3dde268dc7927dc155896926aaf7012 /kate/data/sgml.xml
downloadtdelibs-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/sgml.xml')
-rw-r--r--kate/data/sgml.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/kate/data/sgml.xml b/kate/data/sgml.xml
new file mode 100644
index 000000000..2292c3195
--- /dev/null
+++ b/kate/data/sgml.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE language SYSTEM "language.dtd">
+<language name="SGML" version="1.02" kateversion="2.1" section="Markup" extensions="*.sgml" mimetype="text/sgml">
+ <highlighting>
+ <contexts>
+ <context attribute="Normal Text" lineEndContext="#stay" name="Normal Text" >
+ <StringDetect attribute="Comment" context="Comment" String="&lt;!--"/>
+ <RegExpr attribute="Tag" context="Attribute" String="&lt;\s*\/?\s*[a-zA-Z_:][a-zA-Z0-9._:-]*" />
+ </context>
+
+ <context attribute="Attribute Name" lineEndContext="#stay" name="Attribute" >
+ <Detect2Chars attribute="Tag" context="#pop" char="/" char1="&gt;" />
+ <DetectChar attribute="Tag" context="#pop" char="&gt;" />
+ <RegExpr attribute="Normal Text" context="Value" String="\s*=\s*" />
+ </context>
+
+ <context attribute="Attribute Value" lineEndContext="#stay" name="Value" >
+ <Detect2Chars attribute="Tag" context="#pop#pop" char="/" char1="&gt;" />
+ <DetectChar attribute="Tag" context="#pop#pop" char="&gt;" />
+ <DetectChar attribute="Attribute Value" context="Value 2" char="&quot;" />
+ </context>
+
+ <context attribute="Attribute Value" lineEndContext="#stay" name="Value 2" >
+ <DetectChar attribute="Attribute Value" context="#pop#pop" char="&quot;" />
+ </context>
+
+ <context attribute="Comment" lineEndContext="#stay" name="Comment" >
+ <StringDetect attribute="Comment" context="#pop" String="--&gt;"/>
+ </context>
+
+ </contexts>
+ <itemDatas>
+ <itemData name="Normal Text" defStyleNum="dsNormal"/>
+ <itemData name="Tag" defStyleNum="dsKeyword"/>
+ <itemData name="Attribute Name" defStyleNum="dsOthers"/>
+ <itemData name="Attribute Value" defStyleNum="dsDataType"/>
+ <itemData name="Comment" defStyleNum="dsComment"/>
+ </itemDatas>
+ </highlighting>
+ <general>
+ <comments>
+ <comment name="multiLine" start="&lt;!--" end="//--&gt;" />
+ </comments>
+ <keywords casesensitive="0" />
+ </general>
+</language>