diff options
Diffstat (limited to 'kate/data/d.xml')
-rw-r--r-- | kate/data/d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/data/d.xml b/kate/data/d.xml index b4ca0720d..ab21b3752 100644 --- a/kate/data/d.xml +++ b/kate/data/d.xml @@ -101,7 +101,7 @@ ======================================================================== --> -<language name="D" version="1.63" kateversion="2.5" section="Sources" extensions="*.d;*.D;*.di;*.DI;" mimetype="text/x-dsrc" casesensitive="true" author="Diggory Hardy (diggory.hardy@gmail.com), Aziz Köksal (aziz.koeksal@gmail.com), Jari-Matti Mäkelä (jmjm@iki.fi), Simon J Mackenzie (project.katedxml@smackoz.fastmail.fm)" license="LGPL"> +<language name="D" version="1.62-1" kateversion="2.5" section="Sources" extensions="*.d;*.D;*.di;*.DI;" mimetype="text/x-dsrc" casesensitive="true" author="Diggory Hardy (diggory.hardy@gmail.com), Aziz Köksal (aziz.koeksal@gmail.com), Jari-Matti Mäkelä (jmjm@iki.fi), Simon J Mackenzie (project.katedxml@smackoz.fastmail.fm)" license="LGPL"> <highlighting> <!-- User-defined keywords (add identifiers you'd like highlighted here) --> <list name="userkeywords"> @@ -691,7 +691,7 @@ <context name="DdocNested2" attribute="Ddoc" lineEndContext="#stay"> <DetectSpaces /> <DetectIdentifier attribute="Ddoc"/> - <!-- Identical to DdocNested except that nested comments don't recieve any formatting --> + <!-- Identical to DdocNested except that nested comments don't receive any formatting --> <RegExpr attribute="Ddoc" context="#pop" String="\++/"/> <!-- The above rules should match before the unwanted rule in DdocNested --> <IncludeRules context="DdocNested" /> |