File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 174
174
" if" " impl" " in"
175
175
" let" " loop"
176
176
" match" " mod" " move" " mut"
177
- " priv" " proc " " pub"
177
+ " priv" " pub"
178
178
" ref" " return"
179
179
" self" " static" " struct" " super"
180
180
" true" " trait" " type"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ 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
26
syn keyword rustKeyword for in if impl let
27
- syn keyword rustKeyword loop once proc pub
27
+ syn keyword rustKeyword loop once 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
You can’t perform that action at this time.
0 commit comments