Skip to content

Commit efd93fd

Browse files
committed
Remove unreserved keywords from highlighting group
(See rust-lang/rfcs#2421)
1 parent 53f40ec commit efd93fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ syn match rustMacroRepeatCount ".\?[*+]" contained
7272
syn match rustMacroVariable "$\w\+"
7373

7474
" Reserved (but not yet used) keywords {{{2
75-
syn keyword rustReservedKeyword alignof become do offsetof priv pure sizeof typeof unsized abstract virtual final override
75+
syn keyword rustReservedKeyword become do priv typeof unsized abstract virtual final override
7676

7777
" Built-in types {{{2
7878
syn keyword rustType isize usize char bool u8 u16 u32 u64 u128 f32

0 commit comments

Comments
 (0)