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

This commit is contained in:
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

View file

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