Support for proto text format in .proto files

Daniel Jasper djasper at google.com
Mon Jul 28 07:18:06 PDT 2014


I have implemented an alternative approach in r214084. Lets see how that
goes. Thanks for working on this!


On Fri, Jul 25, 2014 at 11:12 AM, Kaushik Sridharan <skaushik at google.com>
wrote:

> Hello,
>
> This patch adds support for formatting proto text format embedded in
> .proto files.
>
> This kind of embedded text
> ​can ​
> appear in custom field options in
> ​.​
> proto files.
> For example:
>
> ​    ​
> option (MyProto.options) = {
> ​    ​
>   field_a: OK
> ​    ​
>   field_b: 123
> ​    ​
>   msg_field: { field_c: 123 }
> ​    ​
> };
>
> ​​​Thanks,
>
> -K​
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140728/2abf671a/attachment.html>


More information about the cfe-commits mailing list