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

Enable kvpair at file level #28

Open juliencombattelli opened 2 months ago

juliencombattelli commented 2 months ago

This patch adds syntax highlighting of key-value pairs at file top-level. This is allowed as per the protobuf documentation.