diff options
Diffstat (limited to 'lexlua/makefile.lua')
-rw-r--r-- | lexlua/makefile.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/makefile.lua b/lexlua/makefile.lua index 3c9b41af2..663708372 100644 --- a/lexlua/makefile.lua +++ b/lexlua/makefile.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('makefile', {lex_by_line = true}) |