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

@ -55,4 +55,12 @@
"]"
"{"
"}"
] @punctuation.bracket
] @punctuation.bracket
[
"="
] @operator
[
";"
] @punctuation.delimiter