aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlua/smalltalk.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lexlua/smalltalk.lua')
-rw-r--r--lexlua/smalltalk.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/smalltalk.lua b/lexlua/smalltalk.lua
index 0acad115f..05c1ebc39 100644
--- a/lexlua/smalltalk.lua
+++ b/lexlua/smalltalk.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('smalltalk')