Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 22:14:27 +01:00 committed by GitHub
parent 0fd4cfd55e
commit 3cfc98eb57
1 changed files with 2 additions and 0 deletions

View File

@ -30,3 +30,5 @@ color brightcyan "##[^{].*$" "##$"
color green start="<<-?'?EOT'?" end="^EOT"
## Some common markers
color brightcyan "(XXX|TODO|FIXME|\?\?\?)"
## Trailing spaces
color ,green "[[:space:]]+$"