diff options
Diffstat (limited to 'lexlua/rest.lua')
-rw-r--r-- | lexlua/rest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/rest.lua b/lexlua/rest.lua index a4060a8bb..5b064f365 100644 --- a/lexlua/rest.lua +++ b/lexlua/rest.lua @@ -3,7 +3,7 @@ local l = require('lexer') local token, word_match, starts_line = l.token, l.word_match, l.starts_line -local P, R, S = lpeg.P, lpeg.R, lpeg.S +local P, S = lpeg.P, lpeg.S local M = {_NAME = 'rest'} |