Color trailing whitespace green

This commit is contained in:
Elof
2016-12-06 21:50:19 +01:00
committed by GitHub
parent e5cb3e8d30
commit 55ef33c37f
+3
View File
@@ -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:]]+$"