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
+3
View File
@@ -19,3 +19,6 @@ color brightwhite ":(\s|\t|$)"
# Comments
color brightblue "(^|[[:space:]])#.*$"
# Trailing whitespace
color ,red "[[:space:]]+$"