summaryrefslogtreecommitdiffstats
path: root/kate/data/djangotemplate.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2016-10-17 02:27:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2016-10-17 02:27:29 +0900
commitfddd4b7f8bdd9b0c5b4d3e21618c0a899937f646 (patch)
tree80985eb703c7efdea28707a1fbef05b8c6df589c /kate/data/djangotemplate.xml
parent7406ed0563952d1ee433e02e75fb44a5d0d0a81d (diff)
downloadtdelibs-fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646.tar.gz
tdelibs-fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646.zip
Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate/data/djangotemplate.xml')
-rw-r--r--kate/data/djangotemplate.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/djangotemplate.xml b/kate/data/djangotemplate.xml
index b790f8355..6b1fa4fbd 100644
--- a/kate/data/djangotemplate.xml
+++ b/kate/data/djangotemplate.xml
@@ -4,7 +4,7 @@
<!ENTITY name "[A-Za-z_:][\w.:_-]*">
<!ENTITY entref "&amp;(#[0-9]+|#[xX][0-9A-Fa-f]+|&name;);">
]>
-<language name="Django HTML Template" version="1.3" kateversion="2.4" section="Markup" extensions="*.htm;*.html" mimetype="text/html" author="Matthew Marshall (matthew@matthewmarshall.org)" license="LGPL" priority="9">
+<language name="Django HTML Template" version="3" kateversion="2.4" section="Markup" extensions="*.htm;*.html" mimetype="text/html" author="Matthew Marshall (matthew@matthewmarshall.org)" license="LGPL" priority="9">
<!--
Based off of the katepart html syntax highlighting by Wilbert Berendsen.
@@ -308,7 +308,7 @@
<itemData name="Doctype" defStyleNum="dsDataType" bold="1" />
<itemData name="Element" defStyleNum="dsKeyword" />
<itemData name="Attribute" defStyleNum="dsOthers" />
- <itemData name="Value" defStyleNum="dsString" color="#a00" />
+ <itemData name="Value" defStyleNum="dsString" />
<itemData name="EntityRef" defStyleNum="dsDecVal" />
<itemData name="PEntityRef" defStyleNum="dsDecVal" />
<itemData name="Error" defStyleNum="dsError" />