From 55ef33c37f5d474dd611a60235bc030871302ecd Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 21:50:19 +0100 Subject: [PATCH] Color trailing whitespace green --- css.nanorc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css.nanorc b/css.nanorc index 69c844b..3e6b83c 100644 --- a/css.nanorc +++ b/css.nanorc @@ -8,3 +8,6 @@ color brightwhite start=":" end="[;^\{]" color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$" color brightblue start="\/\*" end="\*\/" color green ";|:|\{|\}" + +## Trailing spaces +color ,green "[[:space:]]+$"