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.
be
become
1 parent 78301c5 commit f853161Copy full SHA for f853161
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