diff options
| author | bors <bors@rust-lang.org> | 2014-08-17 14:56:08 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-08-17 14:56:08 +0000 |
| commit | dc65307e3be587aa1bee9d17a539822626198f9d (patch) | |
| tree | fa8aadb2d31c6cc135b3549c9623e3ff6bde9a7d /src/etc/vim/syntax | |
| parent | eff87bc9d296c448645dc020c84ca8d1d324042a (diff) | |
| parent | d1c5db326f8daf453d71e9afcbd508832347aac3 (diff) | |
| download | rust-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.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 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 |
