Color trailing whitespace green

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

View File

@ -14,3 +14,6 @@ color white "[sm]/.*/"
color brightblue start="(^use| = new)" end=";"
color brightgreen "#.*"
color brightred start="<<EOSQL" end="EOSQL"
## Trailing spaces
color ,green "[[:space:]]+$"