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
67
67
syn match rustIdentifier contains =rustIdentifierPrime " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
68
68
syn match rustFuncName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
69
69
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
72
71
syn match rustMacroVariable " $\w\+ "
73
72
74
73
" Reserved (but not yet used) keywords {{{2
@@ -278,7 +277,6 @@ hi def link rustIdentifierPrime rustIdentifier
278
277
hi def link rustTrait rustType
279
278
hi def link rustDeriveTrait rustTrait
280
279
281
- hi def link rustMacroRepeatCount rustMacroRepeatDelimiters
282
280
hi def link rustMacroRepeatDelimiters Macro
283
281
hi def link rustMacroVariable Define
284
282
hi def link rustSigil StorageClass
You can’t perform that action at this time.
0 commit comments