From e5cb3e8d3086afce12d51dbbbdde43991d2e6332 Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 21:47:45 +0100 Subject: [PATCH] Color trailing whitespace green --- conf.nanorc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.nanorc b/conf.nanorc index 0cfb890..cf9f58a 100644 --- a/conf.nanorc +++ b/conf.nanorc @@ -7,3 +7,5 @@ icolor white ""(\\.|[^"])*"" ## Comments icolor brightblue "^[[:space:]]*#.*$" icolor cyan "^[[:space:]]*##.*$" +## Trailing spaces +color ,green "[[:space:]]+$"