Color trailing whitespace green

pull/127/head
Elof 7 years ago committed by GitHub
parent 55ef33c37f
commit b02326b48f

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

Loading…
Cancel
Save