Skip to content

Commit 5bd9101

Browse files
committed
Merge pull request elixir-editors#70 from jsvisa/add_do_highlight
Fix: no highlight of `end`
2 parents 20b0a83 + 98a6945 commit 5bd9101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/elixir.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ syn keyword elixirTodo FIXME NOTE TODO OPTIMIZE XXX HACK contained
1717

1818
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
1919
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
20+
syn keyword elixirKeyword exit raise throw after rescue catch else do end
2121
syn keyword elixirKeyword quote unquote super
2222
syn match elixirKeyword '\<\%(->\)\>\s*'
2323

0 commit comments

Comments
 (0)