There was an error while loading. Please reload this page.
2 parents 20b0a83 + 98a6945 commit 5bd9101Copy full SHA for 5bd9101
syntax/elixir.vim
@@ -17,7 +17,7 @@ syn keyword elixirTodo FIXME NOTE TODO OPTIMIZE XXX HACK contained
17
18
syn keyword elixirKeyword is_atom is_binary is_bitstring is_boolean is_float is_function is_integer is_list is_number is_pid is_port is_record is_reference is_tuple is_exception
19
syn keyword elixirKeyword case cond bc lc inlist inbits if unless try receive
20
-syn keyword elixirKeyword exit raise throw after rescue catch else do
+syn keyword elixirKeyword exit raise throw after rescue catch else do end
21
syn keyword elixirKeyword quote unquote super
22
syn match elixirKeyword '\<\%(->\)\>\s*'
23
0 commit comments