From 2f4a44f83879f986bda65f02f64709dd084cc413 Mon Sep 17 00:00:00 2001 From: Elof Date: Tue, 6 Dec 2016 22:19:02 +0100 Subject: [PATCH] Color trailing whitespace green --- xml.nanorc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xml.nanorc b/xml.nanorc index 47542c6..8ad5a32 100644 --- a/xml.nanorc +++ b/xml.nanorc @@ -9,3 +9,6 @@ color cyan ">" color yellow start="" color yellow start="" color red "&[^;]*;" + +## Trailing spaces +color ,green "[[:space:]]+$"