feat: Highlight =
and ;
in .proto
files (#12339)
This commit is contained in:
parent
a2b241eb08
commit
faf0eee3c9
1 changed files with 9 additions and 1 deletions
|
@ -55,4 +55,12 @@
|
|||
"]"
|
||||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
"="
|
||||
] @operator
|
||||
|
||||
[
|
||||
";"
|
||||
] @punctuation.delimiter
|
||||
|
|
Loading…
Reference in a new issue