From d566590602b76c5ffa349bce9b72a56111d11c12 Mon Sep 17 00:00:00 2001 From: Anomitee Date: Sat, 4 Jan 2014 17:32:57 +1100 Subject: [PATCH] Added highlighting of trailing whitespace --- c.nanorc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/c.nanorc b/c.nanorc index 65e2d8d..6641fae 100644 --- a/c.nanorc +++ b/c.nanorc @@ -34,3 +34,6 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*"" ## Comment highlighting color brightblue "//.*" color brightblue start="/\*" end="\*/" + +## Trailing whitespace +color ,green "[[:space:]]+$"