Color trailing whitespace green

pull/127/head
Elof 7 years ago committed by GitHub
parent 1c1897e8f4
commit 54d9e4eee6

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

Loading…
Cancel
Save