diff options
| author | bors <bors@rust-lang.org> | 2013-09-26 18:46:10 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-26 18:46:10 -0700 |
| commit | a94158ce64524b7e21e6c8ec23a6b762d45926fb (patch) | |
| tree | 910767022dcecd289d5725833b1150054be5ef68 /src/etc/vim/syntax/rust.vim | |
| parent | 1434b4bfcafe90cffa6627e3be18a9e5b6501ad1 (diff) | |
| parent | c1d64297f071ea166ffbe5aea4fa5f94da3b3622 (diff) | |
auto merge of #9504 : brson/rust/continue, r=alexcrichton
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 689af99b5c4..c465f076c74 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -18,7 +18,7 @@ syn keyword rustOperator as syn match rustAssert "\<assert\(\w\)*!" contained syn match rustFail "\<fail\(\w\)*!" contained -syn keyword rustKeyword break do extern +syn keyword rustKeyword break continue do extern syn keyword rustKeyword in if impl let log syn keyword rustKeyword for impl let log syn keyword rustKeyword loop mod once priv pub |
