Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 22:06:12 +01:00 committed by GitHub
parent d3d7b09738
commit d3a313afd8
1 changed files with 3 additions and 0 deletions

View File

@ -45,3 +45,6 @@ color yellow "`[^`]*`|^ {4}[^-+*].*"
# code blocks
color yellow start="^```[^$]" end="^```$"
color yellow "^```$"
## Trailing spaces
color ,green "[[:space:]]+$"