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 174174 " if" " impl" " in"
175175 " let" " loop"
176176 " match" " mod" " move" " mut"
177- " priv" " proc " " pub"
177+ " priv" " pub"
178178 " ref" " return"
179179 " self" " static" " struct" " super"
180180 " true" " trait" " type"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ syn keyword rustKeyword continue
2424syn keyword rustKeyword extern nextgroup =rustExternCrate,rustObsoleteExternMod skipwhite skipempty
2525syn keyword rustKeyword fn nextgroup =rustFuncName skipwhite skipempty
2626syn keyword rustKeyword for in if impl let
27- syn keyword rustKeyword loop once proc pub
27+ syn keyword rustKeyword loop once pub
2828syn keyword rustKeyword return super
2929syn keyword rustKeyword unsafe virtual where while
3030syn keyword rustKeyword use nextgroup =rustModPath skipwhite skipempty
You can’t perform that action at this time.
0 commit comments