Skip to content

Commit c220cae

Browse files
committed
Syntax highlighting for spawn_ functions
* `spawn_link` * `spawn_monitor`
1 parent 4515b07 commit c220cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntax/elixir.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ syn cluster elixirNotTop contains=@elixirRegexSpecial,@elixirStringContained,@el
1515
syn match elixirComment '#.*' contains=elixirTodo
1616
syn keyword elixirTodo FIXME NOTE TODO OPTIMIZE XXX HACK contained
1717

18-
syn keyword elixirKeyword case when cond for if unless try receive spawn send
18+
syn keyword elixirKeyword case when cond for if unless try receive send
1919
syn keyword elixirKeyword exit raise throw after rescue catch else do end
20-
syn keyword elixirKeyword quote unquote super
20+
syn keyword elixirKeyword quote unquote super spawn spawn_link spawn_monitor
2121

2222
" Functions used on guards
2323
syn keyword elixirKeyword contained is_atom is_binary is_bitstring is_boolean

0 commit comments

Comments
 (0)