Color trailing whitespace green

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

View File

@ -24,3 +24,6 @@ color brightblack "^#.*"
# Logic keywords # Logic keywords
color magenta "\<(if|elif|else|or|not|and|endif|end)\>" color magenta "\<(if|elif|else|or|not|and|endif|end)\>"
## Trailing spaces
color ,green "[[:space:]]+$"