Skip to content

Commit 2e6fc31

Browse files
committed
Add support for the with special form
The new `with` special form should appear as a keyword, like `for` or `if`.
1 parent c56bd82 commit 2e6fc31

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
@@ -10,7 +10,7 @@ syn cluster elixirNotTop contains=@elixirRegexSpecial,@elixirStringContained,@el
1010
syn match elixirComment '#.*' contains=elixirTodo,@Spell
1111
syn keyword elixirTodo FIXME NOTE TODO OPTIMIZE XXX HACK contained
1212

13-
syn keyword elixirKeyword case when cond for if unless try receive send
13+
syn keyword elixirKeyword case when with cond for if unless try receive send
1414
syn keyword elixirKeyword exit raise throw after rescue catch else
1515
syn keyword elixirKeyword quote unquote super spawn spawn_link spawn_monitor
1616

0 commit comments

Comments
 (0)