aboutsummaryrefslogtreecommitdiffhomepage
path: root/editors
diff options
context:
space:
mode:
authorGravatar Nobuaki Sukegawa <nsukeg@gmail.com>2014-11-25 23:05:30 +0900
committerGravatar Nobuaki Sukegawa <nsukeg@gmail.com>2014-11-27 02:57:31 +0900
commit33bb176603b749fb957410f2bd82a27b08898e22 (patch)
tree804592e092aa591e1ef3cc2b747d1c33a666e91c /editors
parent90f2f50233fc42a9e6f551ac8454c46a5df00454 (diff)
Add oneof keyword to proto.vim
Diffstat (limited to 'editors')
-rw-r--r--editors/proto.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/proto.vim b/editors/proto.vim
index 7cd1dbf2..23085a28 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