Add a red highlight to YAML lines with trailing whitespace

pull/326/head
Joerg Stoever 4 years ago
parent 1d1c3aa712
commit 1b25243ee2

@ -19,3 +19,6 @@ color brightwhite ":(\s|\t|$)"
# Comments
color brightblue "(^|[[:space:]])#.*$"
# Trailing whitespace
color ,red "[[:space:]]+$"

Loading…
Cancel
Save