atom-protobuf icon indicating copy to clipboard operation
atom-protobuf copied to clipboard

Proto3 map, syntax is not highlighted.

Open Zhomart opened this issue 9 years ago • 5 comments

Examples:

syntax = 'proto3';

message Result {
  map<string, float> scores = 2;
}

https://developers.google.com/protocol-buffers/docs/proto3#maps

Zhomart avatar Jul 31 '16 04:07 Zhomart

I'll try to get to adding proto3 syntax soon, but if anybody would like to send a pull request before then, it would be very welcome

podgib avatar Aug 01 '16 16:08 podgib

Proto3 would be great!

tejasmanohar avatar Sep 01 '16 19:09 tejasmanohar

Any work on this? Can I help?

bobbytables avatar Jan 07 '17 20:01 bobbytables

@bobbytables I'd very happily accept any pull requests you send. otherwise, it's on my stack for the near future

podgib avatar Jan 10 '17 17:01 podgib

For whom might be interested, on it #12 @Zhomart @tejasmanohar @bobbytables

larribas avatar Jan 28 '17 19:01 larribas