From eef750872cf6cb374d5e217fa5e70628bfbc5091 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Fri, 10 Jun 2016 21:39:11 +0200 Subject: [PATCH] uncomment whitespace highlighting --- c.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.nanorc b/c.nanorc index 65e0e2d..e51c99b 100644 --- a/c.nanorc +++ b/c.nanorc @@ -39,4 +39,4 @@ color brightblue "//.*" color brightblue start="/\*" end="\*/" ## Trailing whitespace -#color ,green "[[:space:]]+$" +color ,green "[[:space:]]+$"