From c1bf005f1b6e4cb1f5882219a688de0094fa9a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 2 Jan 2016 22:19:39 +0100 Subject: lexer: sync with upstream scintillua rev bdb74a2f31df --- lexers/elixir.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lexers/elixir.lua') diff --git a/lexers/elixir.lua b/lexers/elixir.lua index 015f29b..264f713 100644 --- a/lexers/elixir.lua +++ b/lexers/elixir.lua @@ -1,4 +1,4 @@ --- Copyright 2015 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2015-2016 Mitchell mitchell.att.foicica.com. See LICENSE. -- Contributed by Richard Philips. -- Elixer LPeg lexer. @@ -36,7 +36,7 @@ local keyword_token = token(l.KEYWORD, word_match{ "is_port", "is_record", "is_reference", "is_tuple", "is_exception", "case", "when", "cond", "for", "if", "unless", "try", "receive", "send", "exit", "raise", "throw", "after", "rescue", "catch", "else", "do", "end", "quote", - "unquote", "super", "import", "require", "alias", "use", "self" + "unquote", "super", "import", "require", "alias", "use", "self", "with", "fn" }) -- Functions -- cgit v1.2.3