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/cpp.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lexers/cpp.tes') diff --git a/lib/lexers/cpp.tes b/lib/lexers/cpp.tes index 35fb5d7..1f8f49e 100644 --- a/lib/lexers/cpp.tes +++ b/lib/lexers/cpp.tes @@ -16,7 +16,7 @@ Q.r} @[lexer.set.cpp]{ - ESSETLEXERLANGUAGEcpp + ESSETLEXERLANGUAGEcpp 0ESSETKEYWORDS and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast constexpr continue default delete do double dynamic_cast else -- cgit v1.2.3