Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 22:00:19 +01:00 committed by GitHub
parent 3ce3cb9133
commit 10a47587e0
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ color brightblue "(@|@@)[0-9A-Z_a-z]+"
## Comments ## Comments
color brightcyan "#[^{].*$" "#$" color brightcyan "#[^{].*$" "#$"
## Trailing spaces
color ,green "[[:space:]]+$"