diff --git a/editors/proto.vim b/editors/proto.vim index 7cd1dbf2e4..23085a28d8 100644 --- a/editors/proto.vim +++ b/editors/proto.vim @@ -54,7 +54,7 @@ syn keyword pbTodo contained TODO FIXME XXX syn cluster pbCommentGrp contains=pbTodo syn keyword pbSyntax syntax import option -syn keyword pbStructure package message group +syn keyword pbStructure package message group oneof syn keyword pbRepeat optional required repeated syn keyword pbDefault default syn keyword pbExtend extend extensions to max