mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-23 13:19:43 +03:00
b0ef2e2803
They are not documentation, they are functional elements of nano.
10 lines
187 B
Plaintext
10 lines
187 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="^>* ?$"
|