Color trailing whitespace green

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

View File

@ -9,3 +9,6 @@ color cyan ">"
color yellow start="<!DOCTYPE" end="[/]?>"
color yellow start="<!--" end="-->"
color red "&[^;]*;"
## Trailing spaces
color ,green "[[:space:]]+$"