1
0
mirror of https://github.com/scopatz/nanorc synced 2025-04-08 14:50:05 +02:00

Merge pull request 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

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