mirror of
https://github.com/scopatz/nanorc
synced 2025-08-04 08:30:04 +02:00
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
|
## Here is an example for quoted emails (under e.g. mutt).
|
||
|
|
||
|
syntax mutt
|
||
|
|
||
|
# Quoted lines.
|
||
|
color green "^>.*"
|
||
|
|
||
|
# Signatures, even quoted ones.
|
||
|
color yellow start="^>* ?-- $" end="^>* ?$"
|