nano

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

commit 3940032cd32f66504a694efd0bf9c4a5ee3dbe1f
parent d2d0c665b14aa63097c52408080c0e17f6f03399
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 10 Sep 2020 19:41:39 +0200

syntax: po: do not leave the occasional tab with a red background color

Diffstat:
Msyntax/po.nanorc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/syntax/po.nanorc b/syntax/po.nanorc @@ -29,3 +29,5 @@ color brightwhite,yellow "\<(FIXME|TODO|XXX)\>" color red "#~.*" # Stray control codes. color bold,pink,red "[[:cntrl:]]" +# Tabs. +color mint "[[:blank:]]"