diff options
| author | Grahame Bowland <grahame@angrygoats.net> | 2012-01-14 23:11:33 +0800 |
|---|---|---|
| committer | Grahame Bowland <grahame@angrygoats.net> | 2012-01-14 23:11:33 +0800 |
| commit | 2b5bd7cd6dc3ddf5cb22b6d98d04c28f72d5e125 (patch) | |
| tree | e85caaf3d174978b9f5657889cec1bf2e9fb22be /src | |
| parent | 84664304ccc8df4d2fa8c4da6b5edd9f8816fdf0 (diff) | |
| download | rust-2b5bd7cd6dc3ddf5cb22b6d98d04c28f72d5e125.tar.gz rust-2b5bd7cd6dc3ddf5cb22b6d98d04c28f72d5e125.zip | |
Update vim syntax with new keywords
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index aad31ba2e09..417d53c56fa 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -15,9 +15,9 @@ if !exists("main_syntax") endif syn keyword rustKeyword alt as assert auth be bind block break chan -syn keyword rustKeyword check claim cont const copy do else export fail -syn keyword rustKeyword fn for if import in inline lambda let log -syn keyword rustKeyword log_err mod mutable native note obj prove pure +syn keyword rustKeyword check claim cont const copy do else enum export fail +syn keyword rustKeyword fn for if iface impl import in inline lambda let log +syn keyword rustKeyword log_err mod mutable native note of prove pure syn keyword rustKeyword resource ret self tag type unsafe use while syn keyword rustKeyword with |
