vscode-proto3 icon indicating copy to clipboard operation
vscode-proto3 copied to clipboard

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

Open anoopknayak opened this issue 1 year ago • 0 comments

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

anoopknayak avatar Feb 22 '24 06:02 anoopknayak