aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/toml.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexlua/toml.lua')
-rw-r--r--lexlua/toml.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/toml.lua b/lexlua/toml.lua
index 0c659b549..5e9f38e4a 100644
--- a/lexlua/toml.lua
+++ b/lexlua/toml.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('toml', {fold_by_indentation = true})