From af71d44e4ee6ab1ee23eaef796234714b3f6ab2c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 3 Nov 2018 20:41:42 +0100 Subject: [PATCH] tweaks: snip trailing whitespace that ended with a non-breaking space --- syntax/objc.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/objc.nanorc b/syntax/objc.nanorc index c09c844a..7fb0bd72 100644 --- a/syntax/objc.nanorc +++ b/syntax/objc.nanorc @@ -38,5 +38,5 @@ color brightblue "^[[:space:]]*#[[:space:]]*(define|include|import|(un|ifn?)def| color yellow "//.*" color yellow start="/\*" end="\*/" -# Trailing whitespace.   +# Trailing whitespace. color ,green "[[:space:]]+$"