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 @@ -18,7 +18,7 @@ syn keyword rustOperator as
18
18
19
19
syn match rustAssert " \< assert\(\w\) *!" contained
20
20
syn match rustFail " \< fail\(\w\) *!" contained
21
- syn keyword rustKeyword break continue do
21
+ syn keyword rustKeyword break continue
22
22
syn keyword rustKeyword extern nextgroup =rustExternCrate,rustObsoleteExternMod skipwhite
23
23
syn keyword rustKeyword for in if impl let
24
24
syn keyword rustKeyword loop once priv pub
@@ -41,7 +41,7 @@ syn match rustIdentifier contains=rustIdentifierPrime "\%([^[:cntrl:][:spac
41
41
syn match rustFuncName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
42
42
43
43
" Reserved (but not yet used) keywords {{{2
44
- syn keyword rustReservedKeyword alignof be offsetof pure sizeof typeof yield
44
+ syn keyword rustReservedKeyword alignof be do offsetof pure sizeof typeof yield
45
45
46
46
" Built-in types {{{2
47
47
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
You can’t perform that action at this time.
0 commit comments