File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ syn match elixirCallbackDefine '\<defcallback\>\(:\)\@!' nextgroup=elix
146
146
syn match elixirStructDefine ' \< defstruct\>\( :\)\@ !' skipwhite skipnl
147
147
148
148
" Declarations
149
- syn match elixirModuleDeclaration " [^[:space:];#<] \+ " contained nextgroup =elixirBlock skipwhite skipnl
149
+ syn match elixirModuleDeclaration " [^[:space:];#<,() \[\] ] \+ " contained nextgroup =elixirBlock skipwhite skipnl
150
150
syn match elixirFunctionDeclaration " [^[:space:];#<,()\[\] ]\+ " contained nextgroup =elixirArguments skipwhite skipnl
151
151
syn match elixirPrivateFunctionDeclaration " [^[:space:];#<,()\[\] ]\+ " contained nextgroup =elixirArguments skipwhite skipnl
152
152
syn match elixirProtocolDeclaration " [^[:space:];#<]\+ " contained contains =elixirAlias skipwhite skipnl
You can’t perform that action at this time.
0 commit comments