Color trailing whitespace green

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

View File

@ -47,3 +47,6 @@ color green start=""""([^"]|$)" end=""""" start="'''([^']|$)" end="'''"
#color cyan start=""""" end=""""" start="'''" end="'''"
#color cyan start="("""[^"]|[^"]""")" end="("""[^"]|[^"]""")" start="'''[^']" end="'''"
#color cyan start="\"\"\"" end="\"\"\""
## Trailing spaces
color ,green "[[:space:]]+$"