Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 21:59:24 +01:00 committed by GitHub
parent 8266c06827
commit 3ce3cb9133
1 changed files with 3 additions and 0 deletions

View File

@ -48,3 +48,6 @@ icolor cyan "<[^= ]*>" "'(\\.|[^"])*'"
## Comment highlighting
icolor brightred "!.*$" "(^[Cc]| [Cc]) .*$"
## Trailing spaces
color ,green "[[:space:]]+$"