Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 21:56:28 +01:00 committed by GitHub
parent 55ef33c37f
commit b02326b48f
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ color cyan start=""""[^"]" end=""""" start="'''[^']" end="'''"
# Comment Color # Comment Color
color brightblue "#.*$" color brightblue "#.*$"
## Trailing spaces
color ,green "[[:space:]]+$"