mirror of https://github.com/helix-editor/helix
feat: Highlight `=` and `;` in `.proto` files (#12339)
parent
a2b241eb08
commit
faf0eee3c9
|
@ -56,3 +56,11 @@
|
|||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
|
||||
[
|
||||
"="
|
||||
] @operator
|
||||
|
||||
[
|
||||
";"
|
||||
] @punctuation.delimiter
|
||||
|
|
Loading…
Reference in New Issue