summaryrefslogtreecommitdiffstats
path: root/kate/data/matlab.xml
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-01-09 00:24:34 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-01-09 00:24:34 +0100
commitbf4e405e03859bf383f55715944f4f71bd338c34 (patch)
tree293783d05c079b477b9ef396bbd851ca01714e2d /kate/data/matlab.xml
parentc5189a79b8621b38b53e3cec952d49630e16dd3a (diff)
downloadtdelibs-bf4e405e03859bf383f55715944f4f71bd338c34.tar.gz
tdelibs-bf4e405e03859bf383f55715944f4f71bd338c34.zip
Update kate syntax highlight files
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*(?=')" />