chai2010 / notepadplus-protobuf

notepad++ support Protobuf (Windows).
https://developers.google.com/protocol-buffers
33 stars 20 forks source link

function list failed on some special option #2

Open chai2010 opened 9 years ago

chai2010 commented 9 years ago

https://github.com/chai2010/notepadplus-protobuf/blob/master/testdata/googleapis/google/pubsub/v1/pubsub.proto

can't show all Subscriber method.

chai2010 commented 9 years ago
service Service {
    rpc Bad(AA) returns (BB) { option x = {x:"/*"} }
    rpc Good(AA) returns (BB) {}
}

notepad++ function list can't support "/*" syntax.