summaryrefslogtreecommitdiffstats
path: root/kate/data/matlab.xml
diff options
context:
space:
mode:
Diffstat (limited to 'kate/data/matlab.xml')
-rw-r--r--kate/data/matlab.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/kate/data/matlab.xml b/kate/data/matlab.xml
index 6a3010127..cb4eb8060 100644
--- a/kate/data/matlab.xml
+++ b/kate/data/matlab.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
====================================================================
- MATLAB syntax highlighting file for the KDE editors Kate and Kwrite
+ MATLAB syntax highlighting file for the TDE editors Kate and Kwrite
====================================================================
works (at least) for MATLAB versions 5.3, 6.0, 6.1, 6.5, 6.5sp1
- works with Kate 2.2 and with Kwrite 4.2 (KDE 3.2)
+ works with Kate 2.2 and with Kwrite 4.2 (TDE 3.2)
This file works only for syntactically correct MATLAB code. For incorrect
code, the behaviour is undefined. One exception is made: Incomplete strings
@@ -57,7 +57,7 @@
<!DOCTYPE language SYSTEM "language.dtd">
-<language name="Matlab" version="1.30" kateversion="2.2" section="Scientific" extensions="*.m;*.M" mimetype="text/mfile" casesensitive="1">
+<language name="Matlab" version="1.32" kateversion="2.5" section="Scientific" extensions="*.m;*.M" mimetype="text/mfile" casesensitive="1">
<highlighting>
<!-- Reserved keywords in MATLAB -->
@@ -89,7 +89,7 @@
<contexts>
- <context name="_normal" attribute="Normal Text" lineEndContext="#pop">
+ <context name="_normal" attribute="Normal Text" lineEndContext="#stay">
<!-- Look-ahead for adjoint ' after variable, number literal, closing braces and .' -->
<RegExpr context="_adjoint" attribute="Variable" String="[a-zA-Z]\w*(?=')" />