From 08b3f8e87e0f38373da478c5331e8fa737b63ce8 Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 22:43:53 +0100 Subject: [PATCH] For conformity, color trailing whitespace green, not blue --- tcl.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl.nanorc b/tcl.nanorc index 16031ef..7829cb0 100644 --- a/tcl.nanorc +++ b/tcl.nanorc @@ -21,4 +21,4 @@ icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?" ## Comments color magenta "(^|;)[[:space:]]*#.*" ## Trailing whitespace -color ,blue "[[:space:]]+$" +color ,green "[[:space:]]+$"