Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 22:10:38 +01:00 committed by GitHub
parent 6ba2322409
commit 0ca37f9fdd
1 changed files with 3 additions and 0 deletions

View File

@ -11,3 +11,6 @@ color white "[sm]/.*/"
color white start="(^use| = new)" end=";"
color green "#.*"
color yellow start="<< 'STOP'" end="STOP"
## Trailing spaces
color ,green "[[:space:]]+$"