Merge pull request #326 from Gaibhne/master

Add a red highlight to YAML lines with trailing whitespace
pull/328/head
Anthony Scopatz 4 years ago committed by GitHub
commit f92db0db98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save