File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ syn region elixirDocString matchgroup=elixirDocSigilDelimiter start=+\%(@\w*doc
145
145
" Defines
146
146
syn match elixirDefine ' \< def\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
147
147
syn match elixirPrivateDefine ' \< defp\>\( :\)\@ !' nextgroup =elixirPrivateFunctionDeclaration skipwhite skipnl
148
+ syn match elixirNumericalDefine ' \< defn\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
148
149
syn match elixirGuard ' \< defguard\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
149
150
syn match elixirPrivateGuard ' \< defguardp\>\( :\)\@ !' nextgroup =elixirPrivateFunctionDeclaration skipwhite skipnl
150
151
syn match elixirModuleDefine ' \< defmodule\>\( :\)\@ !' nextgroup =elixirModuleDeclaration skipwhite skipnl
@@ -187,6 +188,7 @@ syn sync minlines=2000
187
188
hi def link elixirBlockDefinition Define
188
189
hi def link elixirDefine Define
189
190
hi def link elixirPrivateDefine Define
191
+ hi def link elixirNumericalDefine Define
190
192
hi def link elixirGuard Define
191
193
hi def link elixirPrivateGuard Define
192
194
hi def link elixirModuleDefine Define
You can’t perform that action at this time.
0 commit comments