diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-07 22:53:58 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-07 22:55:41 +0200 |
| commit | dfaaf82f959180c0465c72ee542b221c2074ee4a (patch) | |
| tree | 2194e1bcea7f22678b4613640e5190547fd7aeb8 /lexers/elixir.lua | |
| parent | 7062a05be3bd595a2f8ef5b395360b5765744633 (diff) | |
| download | vis-dfaaf82f959180c0465c72ee542b221c2074ee4a.tar.gz vis-dfaaf82f959180c0465c72ee542b221c2074ee4a.tar.xz | |
lexer: update to scintillua-3.6.4-2
Diffstat (limited to 'lexers/elixir.lua')
| -rw-r--r-- | lexers/elixir.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
