diff options
Diffstat (limited to 'lexlua/batch.lua')
-rw-r--r-- | lexlua/batch.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/batch.lua b/lexlua/batch.lua index 314f4cd3a..bed316271 100644 --- a/lexlua/batch.lua +++ b/lexlua/batch.lua @@ -3,7 +3,7 @@ local lexer = require('lexer') local token, word_match = lexer.token, lexer.word_match -local P, R, S = lpeg.P, lpeg.R, lpeg.S +local P, S = lpeg.P, lpeg.S local lex = lexer.new('batch', {case_insensitive_fold_points = true}) |