From d10997addbd6753b6a4e2db663a539848510ddbc Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 21 Nov 2022 08:27:04 +0300 Subject: improved the C/C++ and Gob lexers * single quoted constants are highlighted like single quoted strings in all other auto-generated lexers using "CPP". * recognize /// and //! and comments after preprocessor statements --- lib/lexers/lua.tes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lexers/lua.tes') diff --git a/lib/lexers/lua.tes b/lib/lexers/lua.tes index f0eeca4..7c14af8 100644 --- a/lib/lexers/lua.tes +++ b/lib/lexers/lua.tes @@ -1,7 +1,7 @@ ! AUTO-GENERATED FROM SCITE PROPERTY SET ! @[lexer.test.lua]{ - _#!M[lua,lua5.1,lua5.2]M[lexer.checkheader]"S -1 ' + _#!MluaM[lexer.checkheader]"S -1 ' :EN*.luaQ* } -- cgit v1.2.3