Color trailing whitespace green

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

@ -8,3 +8,6 @@ color brightwhite start=":" end="[;^\{]"
color brightblue ":active|:focus|:hover|:link|:visited|:link|:after|:before|$"
color brightblue start="\/\*" end="\*\/"
color green ";|:|\{|\}"
## Trailing spaces
color ,green "[[:space:]]+$"

Loading…
Cancel
Save