diff options
Diffstat (limited to 'lexlua/rails.lua')
-rw-r--r-- | lexlua/rails.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/rails.lua b/lexlua/rails.lua index 4b3e76948..4837b8afb 100644 --- a/lexlua/rails.lua +++ b/lexlua/rails.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('rails', {inherit = lexer.load('ruby')}) |