nano

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

commit 5144162a2de5220ec6971a5686491a4f19747f27
parent b4411b4f28dde9be9ba45502d57d8e584f83da6b
Author: Liu Hao <lh_mouse@126.com>
Date:   Thu,  7 Dec 2017 17:17:25 +0800

syntax: c: increase the color contrast of reminders like FIXME

Bright white on yellow stands out much more than grey on yellow.

Signed-off-by: Liu Hao <lh_mouse@126.com>

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

diff --git a/syntax/c.nanorc b/syntax/c.nanorc @@ -33,7 +33,7 @@ color brightblue "//.*" color brightblue start="/\*" end="\*/" # Reminders. -color ,yellow "\<(FIXME|TODO|XXX)\>" +color brightwhite,yellow "\<(FIXME|TODO|XXX)\>" # Trailing whitespace. color ,green "[[:space:]]+$"