Skip to content

Commit

Permalink
Merge pull request #124 from asymmetric/spawn_functions
Browse files Browse the repository at this point in the history
Syntax highlighting for spawn_ functions
  • Loading branch information
kassio committed Dec 16, 2015
2 parents 4515b07 + c220cae commit 892a760
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 892a760

Please sign in to comment.