summaryrefslogtreecommitdiff
path: root/context/data/scite/lexers/scite-context-lexer-lua.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-09-18 23:40:29 +0300
committerMarius <mariausol@gmail.com>2011-09-18 23:40:29 +0300
commit4530daff791f4e5e6b9ded048cad042b9e4ec46f (patch)
tree385eeb2618f1331f6b7a0cf736ac0c1c8fbd3c96 /context/data/scite/lexers/scite-context-lexer-lua.lua
parent6a1645d499e26ab02b365dd4b93da771815d8c0d (diff)
downloadcontext-4530daff791f4e5e6b9ded048cad042b9e4ec46f.tar.gz
beta 2011.09.18 22:35
Diffstat (limited to 'context/data/scite/lexers/scite-context-lexer-lua.lua')
-rw-r--r--context/data/scite/lexers/scite-context-lexer-lua.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/context/data/scite/lexers/scite-context-lexer-lua.lua b/context/data/scite/lexers/scite-context-lexer-lua.lua
index 49799a978..62577d4a9 100644
--- a/context/data/scite/lexers/scite-context-lexer-lua.lua
+++ b/context/data/scite/lexers/scite-context-lexer-lua.lua
@@ -12,6 +12,8 @@ local P, R, S, C, Cg, Cb, Cs, Cmt = lpeg.P, lpeg.R, lpeg.S, lpeg.C, lpeg.Cg, lpe
local match, find = string.match, string.find
local global = _G
+-- beware: all multiline is messy, so even if it's no lexer, it should be an embedded lexer
+
module(...)
local cldlexer = _M