Color trailing whitespace green

This commit is contained in:
Elof
2016-12-06 21:59:24 +01:00
committed by GitHub
parent 8266c06827
commit 3ce3cb9133
+3
View File
@@ -48,3 +48,6 @@ icolor cyan "<[^= ]*>" "'(\\.|[^"])*'"
## Comment highlighting
icolor brightred "!.*$" "(^[Cc]| [Cc]) .*$"
## Trailing spaces
color ,green "[[:space:]]+$"