diff options
Diffstat (limited to 'lexlua/autoit.lua')
-rw-r--r-- | lexlua/autoit.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/autoit.lua b/lexlua/autoit.lua index 856657904..f2b64318d 100644 --- a/lexlua/autoit.lua +++ b/lexlua/autoit.lua @@ -4,7 +4,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('autoit') |