Skip to content

Commit 1258f8e

Browse files
committed
word order consistency
1 parent 8f53e59 commit 1258f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: syntax/elixir.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ syn region elixirDocString matchgroup=elixirDocSigilDelimiter start=+\%(@\w*doc
146146
syn match elixirDefine '\<def\>\(:\)\@!' nextgroup=elixirFunctionDeclaration skipwhite skipnl
147147
syn match elixirPrivateDefine '\<defp\>\(:\)\@!' nextgroup=elixirPrivateFunctionDeclaration skipwhite skipnl
148148
syn 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
150150
syn match elixirGuard '\<defguard\>\(:\)\@!' nextgroup=elixirFunctionDeclaration skipwhite skipnl
151151
syn match elixirPrivateGuard '\<defguardp\>\(:\)\@!' nextgroup=elixirPrivateFunctionDeclaration skipwhite skipnl
152152
syn match elixirModuleDefine '\<defmodule\>\(:\)\@!' nextgroup=elixirModuleDeclaration skipwhite skipnl
@@ -190,7 +190,7 @@ hi def link elixirBlockDefinition Define
190190
hi def link elixirDefine Define
191191
hi def link elixirPrivateDefine Define
192192
hi def link elixirNumericalDefine Define
193-
hi def link elixirNumericalPrivateDefine Define
193+
hi def link elixirPrivateNumericalDefine Define
194194
hi def link elixirGuard Define
195195
hi def link elixirPrivateGuard Define
196196
hi def link elixirModuleDefine Define

0 commit comments

Comments
 (0)