diff options
| author | Scott Lawrence <bytbox@gmail.com> | 2014-01-27 00:22:21 -0500 |
|---|---|---|
| committer | Scott Lawrence <bytbox@gmail.com> | 2014-01-27 00:22:21 -0500 |
| commit | c60db9b30c15aa226d9ed582f49cd0016b238571 (patch) | |
| tree | 15ac8612739bbfebbe543246d493486a68e06002 /src/etc/vim/syntax | |
| parent | 0119e46204d1bc8937b8c3fb10e3f41a7ebb7733 (diff) | |
As Either no longer exists, remove Either, Left, and Right from syntax files
Diffstat (limited to 'src/etc/vim/syntax')
| -rw-r--r-- | src/etc/vim/syntax/rust.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 3b300b4cc28..dbdb2949b93 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -46,8 +46,6 @@ syn keyword rustType f64 i8 i16 i32 i64 str Self " to make it easy to update. " Core operators {{{3 -syn keyword rustEnum Either -syn keyword rustEnumVariant Left Right syn keyword rustTrait Sized syn keyword rustTrait Freeze Send syn keyword rustTrait Add Sub Mul Div Rem Neg Not @@ -113,7 +111,6 @@ syn keyword rustSelf self syn keyword rustBoolean true false syn keyword rustConstant Some None " option -syn keyword rustConstant Left Right " either syn keyword rustConstant Ok Err " result syn keyword rustConstant Less Equal Greater " Ordering |
