Skip to content

Commit

Permalink
As Either no longer exists, remove Either, Left, and Right from synta…
Browse files Browse the repository at this point in the history
…x files
  • Loading branch information
bytbox committed Jan 27, 2014
1 parent 0119e46 commit c60db9b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<keyword>f64</keyword>
<keyword>char</keyword>
<keyword>str</keyword>
<keyword>Either</keyword>
<keyword>Option</keyword>
<keyword>Result</keyword>
</context>
Expand Down Expand Up @@ -134,8 +133,6 @@
<keyword>false</keyword>
<keyword>Some</keyword>
<keyword>None</keyword>
<keyword>Left</keyword>
<keyword>Right</keyword>
<keyword>Ok</keyword>
<keyword>Err</keyword>
<keyword>Success</keyword>
Expand Down
3 changes: 0 additions & 3 deletions src/etc/kate/rust.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
<item> float </item>
<item> char </item>
<item> str </item>
<item> Either </item>
<item> Option </item>
<item> Result </item>
<item> Self </item>
Expand Down Expand Up @@ -131,8 +130,6 @@
<item> false </item>
<item> Some </item>
<item> None </item>
<item> Left </item>
<item> Right </item>
<item> Ok </item>
<item> Err </item>
<item> Success </item>
Expand Down
3 changes: 0 additions & 3 deletions src/etc/vim/syntax/rust.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

9 comments on commit c60db9b

@bors
Copy link
Contributor

@bors bors commented on c60db9b Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at bytbox@c60db9b

@bors
Copy link
Contributor

@bors bors commented on c60db9b Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging bytbox/rust/master = c60db9b into auto

@bors
Copy link
Contributor

@bors bors commented on c60db9b Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bytbox/rust/master = c60db9b merged ok, testing candidate = f1fdaa2a

@bors
Copy link
Contributor

@bors bors commented on c60db9b Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from huonw
at bytbox@c60db9b

@bors
Copy link
Contributor

@bors bors commented on c60db9b Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging bytbox/rust/master = c60db9b into auto

@bors
Copy link
Contributor

@bors bors commented on c60db9b Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bytbox/rust/master = c60db9b merged ok, testing candidate = 4b2fdfa

@bors
Copy link
Contributor

@bors bors commented on c60db9b Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on c60db9b Jan 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 4b2fdfa

Please sign in to comment.