diff options
| author | John Gallagher <jgallagher@bignerdranch.com> | 2014-10-07 22:18:36 -0400 |
|---|---|---|
| committer | John Gallagher <jgallagher@bignerdranch.com> | 2014-10-07 22:18:36 -0400 |
| commit | 4d190b12350a921c1940393ede51c81c5cdf3075 (patch) | |
| tree | ce42bf48e5da9f5c1496f2a325df4b8ae2a4cf01 /src/etc/vim/syntax/rust.vim | |
| parent | 7091fe39720b6a41b1eb08044fccd23d37d3166f (diff) | |
| download | rust-4d190b12350a921c1940393ede51c81c5cdf3075.tar.gz rust-4d190b12350a921c1940393ede51c81c5cdf3075.zip | |
Add `abstract`, `final`, and `override` to rust.vim keyword list
Diffstat (limited to 'src/etc/vim/syntax/rust.vim')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 93931246a02..407742b9c34 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -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 |
