diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-21 08:27:04 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2022-11-21 08:27:04 +0300 |
commit | d10997addbd6753b6a4e2db663a539848510ddbc (patch) | |
tree | d5ac409503c9c1b767b8fd5c11816bfa8b6d0f27 /lib/lexers/lua.tes | |
parent | 4273088e40c21bffe449fc13bfc2a8d760c3dc7d (diff) | |
download | sciteco-d10997addbd6753b6a4e2db663a539848510ddbc.tar.gz |
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
Diffstat (limited to 'lib/lexers/lua.tes')
-rw-r--r-- | lib/lexers/lua.tes | 2 |
1 files changed, 1 insertions, 1 deletions
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* } |