Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 22:00:19 +01:00 committed by GitHub
parent 3ce3cb9133
commit 10a47587e0

View File

@ -14,3 +14,5 @@ color brightblue "(@|@@)[0-9A-Z_a-z]+"
## Comments
color brightcyan "#[^{].*$" "#$"
## Trailing spaces
color ,green "[[:space:]]+$"