diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2014-01-09 00:24:34 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2015-12-23 02:22:36 +0100 |
commit | 5529b46d246d14c973bc13fe30b414b9bec7f7c0 (patch) | |
tree | 2503f2ed35d65e6bbb2b4ab1b280b0c7ce6a0ca1 /kate/data/matlab.xml | |
parent | a929e576b23f51fef432252e0b70a24fd00b1ee6 (diff) | |
download | tdelibs-5529b46d246d14c973bc13fe30b414b9bec7f7c0.tar.gz tdelibs-5529b46d246d14c973bc13fe30b414b9bec7f7c0.zip |
Update kate syntax highlight files
(cherry picked from commit bf4e405e03859bf383f55715944f4f71bd338c34)
Diffstat (limited to 'kate/data/matlab.xml')
-rw-r--r-- | kate/data/matlab.xml | 8 |
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*(?=')" /> |