protobuf parser
Brought to you by:
dhiebert
A few years Google has released protocol buffers library and compiler
(http://code.google.com/apis/protocolbuffers/).
It's getting more and more popular these days - I've counted over 150
.proto files in code tree at my work, which has 10K+ .cpp's.
Attached patch adds a parser for protocol buffer's .proto files.
Please consider it for inclusion in ctags.
patch v2 (typo in a comment corrected)