From efd93fde97b5df5ea7b95af7913092d1014ce9f4 Mon Sep 17 00:00:00 2001 From: Newton Ni Date: Wed, 5 Jun 2019 12:56:55 -0400 Subject: [PATCH] Remove unreserved keywords from highlighting group (See rust-lang/rfcs#2421) --- syntax/rust.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/rust.vim b/syntax/rust.vim index 4a419f40..9c602cdb 100644 --- a/syntax/rust.vim +++ b/syntax/rust.vim @@ -72,7 +72,7 @@ syn match rustMacroRepeatCount ".\?[*+]" contained syn match rustMacroVariable "$\w\+" " Reserved (but not yet used) keywords {{{2 -syn keyword rustReservedKeyword alignof become do offsetof priv pure sizeof typeof unsized abstract virtual final override +syn keyword rustReservedKeyword become do priv typeof unsized abstract virtual final override " Built-in types {{{2 syn keyword rustType isize usize char bool u8 u16 u32 u64 u128 f32