Merge pull request #326 from Gaibhne/master

Add a red highlight to YAML lines with trailing whitespace
This commit is contained in:
Anthony Scopatz 2020-08-14 15:02:12 -05:00 committed by GitHub
commit f92db0db98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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