diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-03-11 00:36:09 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-03-11 00:36:09 +0100 |
commit | 94f72a68c3dccade13ec7203a284620040f930f1 (patch) | |
tree | a19a08381285c40c59f882b211039514ea2e69d4 /syntax/elixir.vim | |
parent | 9b3b092d15503ed70ea4bf60c4e1345b196c3677 (diff) | |
download | vim-polyglot-94f72a68c3dccade13ec7203a284620040f930f1.tar.gz vim-polyglot-94f72a68c3dccade13ec7203a284620040f930f1.zip |
Updatev1.5.3
Diffstat (limited to 'syntax/elixir.vim')
-rw-r--r-- | syntax/elixir.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syntax/elixir.vim b/syntax/elixir.vim index 0adf8fab..ff58d55d 100644 --- a/syntax/elixir.vim +++ b/syntax/elixir.vim @@ -16,8 +16,8 @@ syn match elixirComment '#.*' contains=elixirTodo syn keyword elixirTodo FIXME NOTE TODO OPTIMIZE XXX HACK contained 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 -syn keyword elixirKeyword case cond bc lc inlist inbits if unless try receive function -syn keyword elixirKeyword exit raise throw after rescue catch else +syn keyword elixirKeyword case cond bc lc inlist inbits if unless try receive +syn keyword elixirKeyword exit raise throw after rescue catch else do end syn keyword elixirKeyword quote unquote super syn match elixirKeyword '\<\%(->\)\>\s*' |