about summary refs log tree commit diff
path: root/src/etc/vim/syntax
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-08-17 14:56:08 +0000
committerbors <bors@rust-lang.org>2014-08-17 14:56:08 +0000
commitdc65307e3be587aa1bee9d17a539822626198f9d (patch)
treefa8aadb2d31c6cc135b3549c9623e3ff6bde9a7d /src/etc/vim/syntax
parenteff87bc9d296c448645dc020c84ca8d1d324042a (diff)
parentd1c5db326f8daf453d71e9afcbd508832347aac3 (diff)
downloadrust-dc65307e3be587aa1bee9d17a539822626198f9d.tar.gz
rust-dc65307e3be587aa1bee9d17a539822626198f9d.zip
auto merge of #16547 : huonw/rust/new-kw, r=pcwalton
Diffstat (limited to 'src/etc/vim/syntax')
-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 a0cc61c934d..6ee610d9714 100644
--- a/src/etc/vim/syntax/rust.vim
+++ b/src/etc/vim/syntax/rust.vim
@@ -26,7 +26,7 @@ syn keyword   rustKeyword     fn nextgroup=rustFuncName skipwhite skipempty
 syn keyword   rustKeyword     for in if impl let
 syn keyword   rustKeyword     loop once proc pub
 syn keyword   rustKeyword     return super
-syn keyword   rustKeyword     unsafe virtual while
+syn keyword   rustKeyword     unsafe virtual where while
 syn keyword   rustKeyword     use nextgroup=rustModPath,rustModPathInUse skipwhite skipempty
 " FIXME: Scoped impl's name is also fallen in this category
 syn keyword   rustKeyword     mod trait struct enum type nextgroup=rustIdentifier skipwhite skipempty