Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 22:03:16 +01:00 committed by GitHub
parent 60bd52d24d
commit 64896f535d
1 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,6 @@ color red "&[^;[[:space:]]]*;"
color yellow ""[^"]*"|qq\|.*\|"
color red "(action|alt|bgcolor|height|href|id|label|longdesc|method|name|onclick|onfocus|onload|onmouseover|rel|size|span|src|style|target|title|type|value|width)="
color magenta start="<!--" end="-->"
## Trailing spaces
color ,green "[[:space:]]+$"