mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +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
|
||||
|
||||
[
|
||||
"="
|
||||
] @operator
|
||||
|
||||
[
|
||||
";"
|
||||
] @punctuation.delimiter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue