File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ syn region elixirDocString matchgroup=elixirDocSigilDelimiter start=+\%(@\w*doc
146146syn match elixirDefine ' \< def\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
147147syn match elixirPrivateDefine ' \< defp\>\( :\)\@ !' nextgroup =elixirPrivateFunctionDeclaration skipwhite skipnl
148148syn match elixirNumericalDefine ' \< defn\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
149- syn match elixirNumericalPrivateDefine ' \< defnp\>\( :\)\@ !' nextgroup =elixirPrivateFunctionDeclaration skipwhite skipnl
149+ syn match elixirPrivateNumericalDefine ' \< defnp\>\( :\)\@ !' nextgroup =elixirPrivateFunctionDeclaration skipwhite skipnl
150150syn match elixirGuard ' \< defguard\>\( :\)\@ !' nextgroup =elixirFunctionDeclaration skipwhite skipnl
151151syn match elixirPrivateGuard ' \< defguardp\>\( :\)\@ !' nextgroup =elixirPrivateFunctionDeclaration skipwhite skipnl
152152syn match elixirModuleDefine ' \< defmodule\>\( :\)\@ !' nextgroup =elixirModuleDeclaration skipwhite skipnl
@@ -190,7 +190,7 @@ hi def link elixirBlockDefinition Define
190190hi def link elixirDefine Define
191191hi def link elixirPrivateDefine Define
192192hi def link elixirNumericalDefine Define
193- hi def link elixirNumericalPrivateDefine Define
193+ hi def link elixirPrivateNumericalDefine Define
194194hi def link elixirGuard Define
195195hi def link elixirPrivateGuard Define
196196hi def link elixirModuleDefine Define
You can’t perform that action at this time.
0 commit comments