We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78301c5 + f853161 commit 67da707Copy full SHA for 67da707
syntax/rust.vim
@@ -56,7 +56,7 @@ syn match rustMacroRepeatCount ".\?[*+]" contained
56
syn match rustMacroVariable "$\w\+"
57
58
" Reserved (but not yet used) keywords {{{2
59
-syn keyword rustReservedKeyword alignof be do offsetof priv pure sizeof typeof unsized yield abstract virtual final override macro
+syn keyword rustReservedKeyword alignof become do offsetof priv pure sizeof typeof unsized yield abstract virtual final override macro
60
61
" Built-in types {{{2
62
syn keyword rustType isize usize float char bool u8 u16 u32 u64 f32
0 commit comments