Skip to content

Commit 2e843c1

Browse files
committed
Remove duplicate def
1 parent 7f0eb09 commit 2e843c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

syntax/elixir.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ syn region elixirSigil matchgroup=elixirDelimiter start=+[~][SCRWscrw]\z('''\)+
9696

9797
" Defines
9898
syn keyword elixirDefine def nextgroup=elixirFunctionDeclaration skipwhite skipnl
99-
syn keyword elixirDefine def nextgroup=elixirFunctionDeclaration skipwhite skipnl
10099
syn keyword elixirPrivateDefine defp nextgroup=elixirFunctionDeclaration skipwhite skipnl
101100
syn keyword elixirModuleDefine defmodule nextgroup=elixirModuleDeclaration skipwhite skipnl
102101
syn keyword elixirProtocolDefine defprotocol nextgroup=elixirProtocolDeclaration skipwhite skipnl

0 commit comments

Comments
 (0)