Add abstract, final, and override to rust.vim keyword list
This commit is contained in:
parent
7091fe3972
commit
4d190b1235
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,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
|
||||
syn keyword rustReservedKeyword alignof be do offsetof priv pure sizeof typeof unsized yield abstract final override
|
||||
|
||||
" Built-in types {{{2
|
||||
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue