nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 59bdce950336ad6f60f91e8eadd07a79febeecb2
parent 9517766aab6489b55b0d72e8474680264eca64ab
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 30 Jul 2020 09:25:56 +0200

syntax: default: colorize also "GNU nano 5.x"

Diffstat:
Msyntax/default.nanorc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/default.nanorc b/syntax/default.nanorc @@ -11,7 +11,7 @@ color cyan "^[[:space:]]*#.*" color ,red " + +" # Nano's name, including version. -color brightred "(GNU )?[Nn]ano [1-4]\.[0-9][-.[:alnum:]]*\>" +color brightred "(GNU )?[Nn]ano [1-5]\.[0-9][-.[:alnum:]]*\>" # Email addresses. color magenta "<[[:alnum:].%_+-]+@[[:alnum:].-]+\.[[:alpha:]]{2,}>"