Merge pull request #22 from Anomitee/patch-1

Add an option to highlight trailing whitespace
This commit is contained in:
Anthony Scopatz
2014-01-04 00:17:50 -08:00
+3
View File
@@ -34,3 +34,6 @@ color cyan "<[^= ]*>" ""(\\.|[^"])*""
## Comment highlighting
color brightblue "//.*"
color brightblue start="/\*" end="\*/"
## Trailing whitespace
#color ,green "[[:space:]]+$"