feat: Highlight `=` and `;` in `.proto` files (#12339)

pull/12151/head
Nikita Revenco 2024-12-25 15:06:14 +00:00 committed by GitHub
parent a2b241eb08
commit faf0eee3c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -56,3 +56,11 @@
"{"
"}"
] @punctuation.bracket
[
"="
] @operator
[
";"
] @punctuation.delimiter