mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
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
|
@ -56,3 +56,11 @@
|
||||||
"{"
|
"{"
|
||||||
"}"
|
"}"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
|
[
|
||||||
|
"="
|
||||||
|
] @operator
|
||||||
|
|
||||||
|
[
|
||||||
|
";"
|
||||||
|
] @punctuation.delimiter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue