zxh0 / vscode-proto3

vscode extension for proto3
MIT License
322 stars 72 forks source link

fix: Update proto3.tmLanguage.json to fix some syntax highlighting bugs #171

Open anoopknayak opened 7 months ago

anoopknayak commented 7 months ago

This commit fixes the following issues:

  1. The second method in service is not highlighted.
  2. option (.something.something) is not highlighted.
Before After
image image

Fixes #110