Skip to content

Commit

Permalink
Remove unreserved keywords from highlighting group
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtnni committed Jun 5, 2019
1 parent 53f40ec commit 9ddd7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax/rust.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ddd7df

Please sign in to comment.