nano

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

commit 53ecb3225f87ccf231f610caa471b38e4f51d8c0
parent 3f695b8fb7b04dcc7634320f61f5a242fee702ff
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat, 30 Mar 2019 19:52:38 +0100

syntax: default: color in red also versions 4.x of nano

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-3]\.[0-9][-.[:alnum:]]*\>" +color brightred "(GNU )?[Nn]ano [1-4]\.[0-9][-.[:alnum:]]*\>" # Email addresses. color magenta "<[[:alnum:].%_+-]+@[[:alnum:].-]+\.[[:alpha:]]{2,}>"