From 984bdce557ea488a2f784573774151a4e07886d0 Mon Sep 17 00:00:00 2001 From: Paulo Almeida Date: Wed, 28 May 2014 13:17:14 -0700 Subject: [PATCH] Added highlight for unless and Task module Also fixed Agent module name. --- elixir-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elixir-mode.el b/elixir-mode.el index a6dc2264..41133a82 100644 --- a/elixir-mode.el +++ b/elixir-mode.el @@ -248,6 +248,7 @@ "import" "use" "if" + "unless" "true" "false" "when" @@ -266,7 +267,7 @@ "end") "Elixir mode keywords.") (defvar elixir-mode-module-names - '("Actor" + '("Agent" "Base" "Behavior" "Binary" @@ -297,6 +298,7 @@ "Record" "Regexp" "System" + "Task" "Tuple" "URI" "UnboundMethod")