diff options
Diffstat (limited to 'lib/lexers/matlab.tes')
-rw-r--r-- | lib/lexers/matlab.tes | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/lexers/matlab.tes b/lib/lexers/matlab.tes new file mode 100644 index 0000000..8aafcc3 --- /dev/null +++ b/lib/lexers/matlab.tes @@ -0,0 +1,19 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.matlab]{ [_ + _.m.matlabM[lexer.checkname] +]_ } + +@[lexer.set.matlab]{ + ESSETLEXER,SCLEX_MATLAB + 0ESSETKEYWORDS + break case catch continue else elseif end for function global if otherwise + persistent return switch try while + :M[color.comment],1M[color.set] + :M[color.preproc],2M[color.set] + :M[color.number],3M[color.set] + :M[color.keyword],4M[color.set] + :M[color.string],5M[color.set] + :M[color.operator],6M[color.set] + :M[color.string],8M[color.set] +} |