diff options
author | Michele Calgaro <[email protected]> | 2016-10-17 02:27:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2016-10-17 02:27:29 +0900 |
commit | fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646 (patch) | |
tree | 80985eb703c7efdea28707a1fbef05b8c6df589c /kate/data/djangotemplate.xml | |
parent | 7406ed0563952d1ee433e02e75fb44a5d0d0a81d (diff) | |
download | tdelibs-fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646.tar.gz tdelibs-fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646.zip |
Kate syntax highlighting files update - Oct 2016
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kate/data/djangotemplate.xml')
-rw-r--r-- | kate/data/djangotemplate.xml | 4 |
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 "&(#[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 ([email protected])" 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 ([email protected])" 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" /> |