Skip to content

Commit 67da707

Browse files
committed
Merge pull request #9 from ranma42/be2become
Replace `be` with `become`
2 parents 78301c5 + f853161 commit 67da707

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
@@ -56,7 +56,7 @@ syn match rustMacroRepeatCount ".\?[*+]" contained
5656
syn match rustMacroVariable "$\w\+"
5757

5858
" 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
59+
syn keyword rustReservedKeyword alignof become do offsetof priv pure sizeof typeof unsized yield abstract virtual final override macro
6060

6161
" Built-in types {{{2
6262
syn keyword rustType isize usize float char bool u8 u16 u32 u64 f32

0 commit comments

Comments
 (0)