From d836579118d8632f21f17bf02f29695ec2d57495 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 13 Feb 2016 15:09:11 +0100 Subject: lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGE * causes problems with the $$ command implemented * was already fixed in scite2co.lua but the existing code was manually updated and generated with an earlier version of scite2co.lua --- lib/lexers/matlab.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lexers/matlab.tes') diff --git a/lib/lexers/matlab.tes b/lib/lexers/matlab.tes index 58329a4..3ad4d4c 100644 --- a/lib/lexers/matlab.tes +++ b/lib/lexers/matlab.tes @@ -5,7 +5,7 @@ } @[lexer.set.matlab]{ - ESSETLEXERLANGUAGEmatlab + ESSETLEXERLANGUAGEmatlab 0ESSETKEYWORDS break case catch continue else elseif end for function global if otherwise persistent return switch try while -- cgit v1.2.3