aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/rhtml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexlua/rhtml.lua')
-rw-r--r--lexlua/rhtml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/rhtml.lua b/lexlua/rhtml.lua
index b3bedbfcb..9c2a96409 100644
--- a/lexlua/rhtml.lua
+++ b/lexlua/rhtml.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('rhtml', {inherit = lexer.load('html')})