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