From f853161b05c7254d601c399fa86b7bff9e90ff4d Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Fri, 13 Feb 2015 12:00:08 +0100 Subject: [PATCH] Replace `be` with `become` The reserved keyword `be` has been replaced with `become` by rust-lang/rust#21918. --- syntax/rust.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/rust.vim b/syntax/rust.vim index f32e4880..3ec560d1 100644 --- a/syntax/rust.vim +++ b/syntax/rust.vim @@ -56,7 +56,7 @@ syn match rustMacroRepeatCount ".\?[*+]" contained syn match rustMacroVariable "$\w\+" " Reserved (but not yet used) keywords {{{2 -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 " Built-in types {{{2 syn keyword rustType isize usize float char bool u8 u16 u32 u64 f32