Status: New
Owner: liuj...@google.com
Labels: Type-Defect Priority-Medium
New issue 309 by inf...@gmail.com: Support for C-style comments in
editors/proto.vim
http://code.google.com/p/protobuf/issues/detail?id=309
proto.vim doesn't currently highlight C-style comments (/* ... */)
in .proto files.
I propose this patch:
72,73c72
< " TODO: .proto also supports C-style block comments;
< " see /usr/share/vim/vim70/syntax/c.vim for how it's done.
---
syn region pbComment start="\/\*" end="\*\/" contains=@pbCommentGrp
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.