From 4874956f4261790d5de20e87be22cca79f8501d9 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Sun, 19 Apr 2020 17:33:58 -0400 Subject: [PATCH] * Email: Use extension, allow spaces after quote indent --- email.nanorc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/email.nanorc b/email.nanorc index fd3cf70..60eea88 100644 --- a/email.nanorc +++ b/email.nanorc @@ -1,5 +1,5 @@ -syntax "Email" +syntax "Email" "\.em(ai)?l$" color magenta "^>([^>].*|$)" -color blue "^>>([^>].*|$)" -color green "^>>>.*" +color blue "^> ?>([^>].*|$)" +color green "^> ?> ?>.*"