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
+2
View File
@@ -7,3 +7,5 @@ icolor white ""(\\.|[^"])*""
## Comments
icolor brightblue "^[[:space:]]*#.*$"
icolor cyan "^[[:space:]]*##.*$"
## Trailing spaces
color ,green "[[:space:]]+$"