summaryrefslogtreecommitdiffstats
path: root/kate/data/d.xml
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-11 16:14:23 -0600
committerTimothy Pearson <[email protected]>2012-01-11 16:14:23 -0600
commit7439a4b0e05832e047040ab8bf9ef13abd9288b2 (patch)
tree3a15e3033fa66b2d947daa14e6807b39f3dc84d1 /kate/data/d.xml
parent783973a7d6910fee50d90fcfaf439ae3bbb15b8c (diff)
downloadtdelibs-7439a4b0e05832e047040ab8bf9ef13abd9288b2.tar.gz
tdelibs-7439a4b0e05832e047040ab8bf9ef13abd9288b2.zip
Update kate synatax highlighting files
This closes Bug 764
Diffstat (limited to 'kate/data/d.xml')
-rw-r--r--kate/data/d.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kate/data/d.xml b/kate/data/d.xml
index 500c6e748..d40c413a3 100644
--- a/kate/data/d.xml
+++ b/kate/data/d.xml
@@ -101,7 +101,7 @@
========================================================================
-->
-<language name="D" version="1.61" kateversion="2.5" section="Sources" extensions="*.d;*.D;*.di;*.DI;" mimetype="text/x-dsrc" casesensitive="true" author="Diggory Hardy ([email protected]), Aziz Köksal ([email protected]), Jari-Matti Mäkelä ([email protected]), Simon J Mackenzie ([email protected])" license="LGPL">
+<language name="D" version="1.62" kateversion="2.5" section="Sources" extensions="*.d;*.D;*.di;*.DI;" mimetype="text/x-dsrc" casesensitive="true" author="Diggory Hardy ([email protected]), Aziz Köksal ([email protected]), Jari-Matti Mäkelä ([email protected]), Simon J Mackenzie ([email protected])" license="LGPL">
<highlighting>
<!-- User-defined keywords (add identifiers you'd like highlighted here) -->
<list name="userkeywords">
@@ -143,6 +143,7 @@
<item> const </item>
<item> export </item>
<item> final </item>
+ <item> immutable </item>
<item> inout </item>
<item> invariant </item>
<item> lazy </item>