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
1 changed files with 3 additions and 0 deletions

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:]]+$"