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 @@ -14,12 +14,12 @@ syn keyword rustKeyword as break
1414syn keyword rustKeyword copy do drop else extern
1515syn keyword rustKeyword for if impl let log
1616syn keyword rustKeyword loop match mod once priv pub
17- syn keyword rustKeyword ref return static
17+ syn keyword rustKeyword return
1818syn keyword rustKeyword unsafe use while
1919" FIXME: Scoped impl's name is also fallen in this category
2020syn keyword rustKeyword mod trait struct enum type nextgroup =rustIdentifier skipwhite
2121syn keyword rustKeyword fn nextgroup =rustFuncName skipwhite
22- syn keyword rustStorage const mut
22+ syn keyword rustStorage const mut ref static
2323
2424syn match rustIdentifier contains =rustIdentifierPrime " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
2525syn match rustFuncName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
You can’t perform that action at this time.
0 commit comments