Skip to content

Commit 3ec9f05

Browse files
committed
vim: Add StrBuf as type to hilighting
1 parent ce2bab6 commit 3ec9f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ syn keyword rustTrait Primitive Int Float ToPrimitive FromPrimitive
8585
syn keyword rustTrait GenericPath Path PosixPath WindowsPath
8686
syn keyword rustTrait RawPtr
8787
syn keyword rustTrait Buffer Writer Reader Seek
88-
syn keyword rustTrait Str StrVector StrSlice OwnedStr IntoMaybeOwned
88+
syn keyword rustTrait Str StrVector StrSlice OwnedStr IntoMaybeOwned StrBuf
8989
syn keyword rustTrait ToStr IntoStr
9090
syn keyword rustTrait Tuple1 Tuple2 Tuple3 Tuple4
9191
syn keyword rustTrait Tuple5 Tuple6 Tuple7 Tuple8

0 commit comments

Comments
 (0)