Skip to content

Commit

Permalink
Syntax highlighting for spawn_ functions
Browse files Browse the repository at this point in the history
* `spawn_link`
* `spawn_monitor`
  • Loading branch information
asymmetric committed Dec 14, 2015
1 parent 4515b07 commit c220cae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/elixir.vim
Expand Up @@ -15,9 +15,9 @@ syn cluster elixirNotTop contains=@elixirRegexSpecial,@elixirStringContained,@el
syn match elixirComment '#.*' contains=elixirTodo
syn keyword elixirTodo FIXME NOTE TODO OPTIMIZE XXX HACK contained

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

" Functions used on guards
syn keyword elixirKeyword contained is_atom is_binary is_bitstring is_boolean
Expand Down

0 comments on commit c220cae

Please sign in to comment.