diff options
Diffstat (limited to 'lexlua/container.lua')
-rw-r--r-- | lexlua/container.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lexlua/container.lua b/lexlua/container.lua new file mode 100644 index 000000000..212748ec5 --- /dev/null +++ b/lexlua/container.lua @@ -0,0 +1,5 @@ +-- Copyright 2006-2018 Mitchell mitchell.att.foicica.com. See License.txt. +-- Container LPeg lexer. +-- This is SciTE's plain text lexer. + +return require('lexer').new('container') |