diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-30 11:10:32 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2017-12-30 11:10:32 +0100 |
commit | bb85059bacd5b415a012f25679111a0e55d3c6d9 (patch) | |
tree | 315b2238ec4840aa4bf00ae48276bdffded07673 /syntax/proto.vim | |
parent | 11f53253ad9fd0cd3e7a44ed9f8c80a4f265b46e (diff) | |
download | vim-polyglot-bb85059bacd5b415a012f25679111a0e55d3c6d9.tar.gz vim-polyglot-bb85059bacd5b415a012f25679111a0e55d3c6d9.zip |
Update
Diffstat (limited to 'syntax/proto.vim')
-rw-r--r-- | syntax/proto.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/proto.vim b/syntax/proto.vim index 1f7c3c12..9c299770 100644 --- a/syntax/proto.vim +++ b/syntax/proto.vim @@ -61,6 +61,7 @@ syn keyword pbRepeat optional required repeated syn keyword pbDefault default syn keyword pbExtend extend extensions to max reserved syn keyword pbRPC service rpc returns +syn keyword pbStream stream syn keyword pbType int32 int64 uint32 uint64 sint32 sint64 syn keyword pbType fixed32 fixed64 sfixed32 sfixed64 @@ -92,6 +93,7 @@ if version >= 508 || !exists("did_proto_syn_inits") HiLink pbDefault Keyword HiLink pbExtend Keyword HiLink pbRPC Keyword + HiLink pbStream Keyword HiLink pbType Type HiLink pbTypedef Typedef HiLink pbBool Boolean |