aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-11-26 17:06:49 -0800
committerFeng Xiao <xfxyjwf@gmail.com>2014-11-26 17:06:49 -0800
commitbdcdee0a1d58c65854ad7e95245f2301ea4c6707 (patch)
tree298b4f4e6760d87ac0c278bfd7a9e4f5f75994da
parent7d4117c412e52dc2da65587a1d2c05c0e8a19d09 (diff)
parent33bb176603b749fb957410f2bd82a27b08898e22 (diff)
downloadprotobuf-bdcdee0a1d58c65854ad7e95245f2301ea4c6707.tar.gz
protobuf-bdcdee0a1d58c65854ad7e95245f2301ea4c6707.tar.bz2
protobuf-bdcdee0a1d58c65854ad7e95245f2301ea4c6707.zip
Merge pull request #109 from nsuke/tb-vim-oneof
Add oneof keyword to proto.vim
-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