Color trailing whitespace green

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

View File

@ -23,3 +23,5 @@ color yellow "\<(new|ref|mutable|lazy|assert|raise)\>"
color white start="\(\*" end="\*\)"
#strings (no multiline handling yet)
color brightblack ""[^\"]*""
## Trailing spaces
color ,green "[[:space:]]+$"