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
14
14
syn keyword rustKeyword copy do drop else extern
15
15
syn keyword rustKeyword for if impl let log
16
16
syn keyword rustKeyword loop match mod once priv pub
17
- syn keyword rustKeyword ref return static
17
+ syn keyword rustKeyword return
18
18
syn keyword rustKeyword unsafe use while
19
19
" FIXME: Scoped impl's name is also fallen in this category
20
20
syn keyword rustKeyword mod trait struct enum type nextgroup =rustIdentifier skipwhite
21
21
syn keyword rustKeyword fn nextgroup =rustFuncName skipwhite
22
- syn keyword rustStorage const mut
22
+ syn keyword rustStorage const mut ref static
23
23
24
24
syn match rustIdentifier contains =rustIdentifierPrime " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
25
25
syn match rustFuncName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
You can’t perform that action at this time.
0 commit comments