Add a red highlight to YAML lines with trailing whitespace

This commit is contained in:
Joerg Stoever 2020-08-14 13:04:10 +02:00
parent 1d1c3aa712
commit 1b25243ee2

View File

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