diff options
Diffstat (limited to 'lexlua/powershell.lua')
-rw-r--r-- | lexlua/powershell.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlua/powershell.lua b/lexlua/powershell.lua index d69f8f328..a9666fb42 100644 --- a/lexlua/powershell.lua +++ b/lexlua/powershell.lua @@ -4,7 +4,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('powershell') |