Skip to content

Commit

Permalink
vim: Add StrBuf as type to hilighting
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Apr 18, 2014
1 parent ce2bab6 commit 3ec9f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/vim/syntax/rust.vim
Expand Up @@ -85,7 +85,7 @@ syn keyword rustTrait Primitive Int Float ToPrimitive FromPrimitive
syn keyword rustTrait GenericPath Path PosixPath WindowsPath
syn keyword rustTrait RawPtr
syn keyword rustTrait Buffer Writer Reader Seek
syn keyword rustTrait Str StrVector StrSlice OwnedStr IntoMaybeOwned
syn keyword rustTrait Str StrVector StrSlice OwnedStr IntoMaybeOwned StrBuf
syn keyword rustTrait ToStr IntoStr
syn keyword rustTrait Tuple1 Tuple2 Tuple3 Tuple4
syn keyword rustTrait Tuple5 Tuple6 Tuple7 Tuple8
Expand Down

5 comments on commit 3ec9f05

@bors
Copy link
Contributor

@bors bors commented on 3ec9f05 Apr 19, 2014

Choose a reason for hiding this comment

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

saw approval from alexcrichton
at richo@3ec9f05

@bors
Copy link
Contributor

@bors bors commented on 3ec9f05 Apr 19, 2014

Choose a reason for hiding this comment

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

merging richo/rust/str-type-vim = 3ec9f05 into auto

@bors
Copy link
Contributor

@bors bors commented on 3ec9f05 Apr 19, 2014

Choose a reason for hiding this comment

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

richo/rust/str-type-vim = 3ec9f05 merged ok, testing candidate = c7553ea

@bors
Copy link
Contributor

@bors bors commented on 3ec9f05 Apr 19, 2014

@bors
Copy link
Contributor

@bors bors commented on 3ec9f05 Apr 19, 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 = c7553ea

Please sign in to comment.