Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 21:37:13 +01:00 committed by GitHub
parent 25db126921
commit 7efcacca6d
1 changed files with 3 additions and 0 deletions

View File

@ -42,3 +42,6 @@ color brightcyan "</?[A-Za-z]+"
color brightcyan "(<|</|>)"
color green "\"(\\.|[^\"])*\""
color white "#.*"
## Trailing spaces
color ,green "[[:space:]]+$"