From a4a5a6907acf6361618a8aa723a4bacc489f270a Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 14 Jul 2020 10:09:33 -0400 Subject: lexlua: Minor pattern refactoring. --- lexlua/haskell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexlua/haskell.lua') diff --git a/lexlua/haskell.lua b/lexlua/haskell.lua index 2b36473a3..ec968cf37 100644 --- a/lexlua/haskell.lua +++ b/lexlua/haskell.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('haskell', {fold_by_indentation = true}) -- cgit v1.2.3