Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 21:47:45 +01:00 committed by GitHub
parent 7efcacca6d
commit e5cb3e8d30
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ icolor white ""(\\.|[^"])*""
## Comments ## Comments
icolor brightblue "^[[:space:]]*#.*$" icolor brightblue "^[[:space:]]*#.*$"
icolor cyan "^[[:space:]]*##.*$" icolor cyan "^[[:space:]]*##.*$"
## Trailing spaces
color ,green "[[:space:]]+$"