diff --git a/syntax/email.nanorc b/syntax/email.nanorc index 6818d2ff..d9eb4a72 100644 --- a/syntax/email.nanorc +++ b/syntax/email.nanorc @@ -11,7 +11,7 @@ color yellow "^> ?> ?>.*" color brightmagenta "<[^@]+@[^@]+>" # URLs. -color brightblue "(https?|ftp)://\S+\.\S+[^\s.)]" +color brightblue "(https?|ftp)://\S+\.\S+[^[:space:].)]" # Signatures, even quoted ones. color yellow start="^>* ?-- $" end="^>* ?$"