Skip to content

Commit 14d21bb

Browse files
committed
Merge pull request elixir-editors#31 from edgurgel/remove-old-keywords
Remove recur and loop from keyword list
2 parents 333c12d + 6451677 commit 14d21bb

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 cond bc lc inlist inbits if unless try loop receive function
18+
syn keyword elixirKeyword case cond bc lc inlist inbits if unless try receive function
1919
syn keyword elixirKeyword exit raise throw after rescue catch else
20-
syn keyword elixirKeyword use recur quote unquote super alias
20+
syn keyword elixirKeyword use quote unquote super alias
2121
syn match elixirKeyword '\<\%(->\)\>\s*'
2222

2323
syn keyword elixirInclude import require

0 commit comments

Comments
 (0)