Added highlighting of trailing whitespace

This commit is contained in:
Anomitee 2014-01-04 17:32:57 +11:00
parent fb38a1ff97
commit d566590602
1 changed files with 3 additions and 0 deletions

View File

@ -34,3 +34,6 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
## Comment highlighting
color brightblue "//.*"
color brightblue start="/\*" end="\*/"
## Trailing whitespace
color ,green "[[:space:]]+$"