Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 309 by [email protected]: 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.