about summary refs log tree commit diff
path: root/src/etc/vim/syntax/rust.vim
diff options
context:
space:
mode:
authorJohn Gallagher <jgallagher@bignerdranch.com>2014-10-07 22:18:36 -0400
committerJohn Gallagher <jgallagher@bignerdranch.com>2014-10-07 22:18:36 -0400
commit4d190b12350a921c1940393ede51c81c5cdf3075 (patch)
treece42bf48e5da9f5c1496f2a325df4b8ae2a4cf01 /src/etc/vim/syntax/rust.vim
parent7091fe39720b6a41b1eb08044fccd23d37d3166f (diff)
downloadrust-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.vim2
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