File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ syn keyword rustKeyword box nextgroup=rustBoxPlacement skipwhite skipempty
23
23
syn keyword rustKeyword continue
24
24
syn keyword rustKeyword extern nextgroup =rustExternCrate,rustObsoleteExternMod skipwhite skipempty
25
25
syn keyword rustKeyword fn nextgroup =rustFuncName skipwhite skipempty
26
- syn keyword rustKeyword for in if impl let move
26
+ syn keyword rustKeyword for in if impl let
27
27
syn keyword rustKeyword loop once proc pub
28
28
syn keyword rustKeyword return super
29
29
syn keyword rustKeyword unsafe virtual where while
30
30
syn keyword rustKeyword use nextgroup =rustModPath skipwhite skipempty
31
31
" FIXME: Scoped impl's name is also fallen in this category
32
32
syn keyword rustKeyword mod trait struct enum type nextgroup =rustIdentifier skipwhite skipempty
33
- syn keyword rustStorage mut ref static const
33
+ syn keyword rustStorage move mut ref static const
34
34
35
35
syn keyword rustInvalidBareKeyword crate
36
36
You can’t perform that action at this time.
0 commit comments