For conformity, color trailing whitespace green, not blue

This commit is contained in:
Elof 2016-12-06 22:44:39 +01:00 committed by GitHub
parent 08b3f8e87e
commit 791c23ca8a

View File

@ -39,4 +39,4 @@ color cyan "(^|[[:space:]])#.*$"
color brightcyan "(^|[[:space:]])##.*$" color brightcyan "(^|[[:space:]])##.*$"
## Trailing spaces ## Trailing spaces
color ,blue "[[:space:]]+$" color ,green "[[:space:]]+$"