From dfaaf82f959180c0465c72ee542b221c2074ee4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 7 Apr 2016 22:53:58 +0200 Subject: lexer: update to scintillua-3.6.4-2 --- lexers/elixir.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers/elixir.lua') diff --git a/lexers/elixir.lua b/lexers/elixir.lua index 264f713..5ec27c0 100644 --- a/lexers/elixir.lua +++ b/lexers/elixir.lua @@ -2,7 +2,7 @@ -- Contributed by Richard Philips. -- Elixer LPeg lexer. -local l = lexer +local l = require('lexer') local token, style, color, word_match = l.token, l.style, l.color, l.word_match local B, P, R, S = lpeg.B, lpeg.P, lpeg.R, lpeg.S -- cgit v1.2.3