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
145145" Defines
146146syn match elixirDefine ' \< def\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
147147syn match elixirPrivateDefine ' \< defp\>\( :\)\@ !' nextgroup =elixirPrivateFunctionDeclaration skipwhite skipnl
148+ syn match elixirNumericalDefine ' \< defn\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
148149syn match elixirGuard ' \< defguard\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
149150syn match elixirPrivateGuard ' \< defguardp\>\( :\)\@ !' nextgroup =elixirPrivateFunctionDeclaration skipwhite skipnl
150151syn match elixirModuleDefine ' \< defmodule\>\( :\)\@ !' nextgroup =elixirModuleDeclaration skipwhite skipnl
@@ -187,6 +188,7 @@ syn sync minlines=2000
187188hi def link elixirBlockDefinition Define
188189hi def link elixirDefine Define
189190hi def link elixirPrivateDefine Define
191+ hi def link elixirNumericalDefine Define
190192hi def link elixirGuard Define
191193hi def link elixirPrivateGuard Define
192194hi def link elixirModuleDefine Define
You can’t perform that action at this time.
0 commit comments