pbkit / vscode-pbkit

VSCode plugin for Protobuf. Syntax highlight, goto definition and autocompletion.
https://marketplace.visualstudio.com/items?itemName=pbkit.vscode-pbkit
MIT License
22 stars 3 forks source link

syntax highlighting doesnt work on multiline things #22

Closed sualehasif closed 8 months ago

sualehasif commented 11 months ago

if you have a multiline rpc call, syntax highlights fail:

mulitline:

Screenshot 2023-08-24 at 2 45 30 PM

single line:

Screenshot 2023-08-24 at 2 46 00 PM