summaryrefslogtreecommitdiff
path: root/doc/syntax/mutt.nanorc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntax/mutt.nanorc')
-rw-r--r--doc/syntax/mutt.nanorc7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/syntax/mutt.nanorc b/doc/syntax/mutt.nanorc
index 2e68399..80fbcf4 100644
--- a/doc/syntax/mutt.nanorc
+++ b/doc/syntax/mutt.nanorc
@@ -1,4 +1,9 @@
## 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="^>* ?$"