vscode-proto3
vscode-proto3 copied to clipboard
fix: Update proto3.tmLanguage.json to fix some syntax highlighting bugs
This commit fixes the following issues:
- The second method in service is not highlighted.
-
option (.something.something)
is not highlighted.
Before | After |
---|---|
Fixes #110