File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ syn match elixirComment '#.*' contains=elixirTodo
16
16
syn keyword elixirTodo FIXME NOTE TODO OPTIMIZE XXX HACK contained
17
17
18
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 function
20
- syn keyword elixirKeyword exit raise throw after rescue catch else
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
21
21
syn keyword elixirKeyword quote unquote super
22
22
syn match elixirKeyword ' \<\% (->\)\>\s *'
23
23
You can’t perform that action at this time.
0 commit comments