File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,7 @@ syn keyword rustObsoleteExternMod mod contained nextgroup=rustIdentifier skipw
6767syn match rustIdentifier contains =rustIdentifierPrime " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
6868syn match rustFuncName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
6969
70- syn region rustMacroRepeat matchgroup =rustMacroRepeatDelimiters start =" $(" end =" )" contains =TOP nextgroup =rustMacroRepeatCount
71- syn match rustMacroRepeatCount " .\? [*+]" contained
70+ syn region rustMacroRepeat matchgroup =rustMacroRepeatDelimiters start =" $(" end =" ),\= [*+]" contains =TOP
7271syn match rustMacroVariable " $\w\+ "
7372
7473" Reserved (but not yet used) keywords {{{2
@@ -278,7 +277,6 @@ hi def link rustIdentifierPrime rustIdentifier
278277hi def link rustTrait rustType
279278hi def link rustDeriveTrait rustTrait
280279
281- hi def link rustMacroRepeatCount rustMacroRepeatDelimiters
282280hi def link rustMacroRepeatDelimiters Macro
283281hi def link rustMacroVariable Define
284282hi def link rustSigil StorageClass
You can’t perform that action at this time.
0 commit comments