1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-21 16:15:40 +01:00

Color trailing whitespace green

This commit is contained in:
Elof 2016-12-06 22:15:38 +01:00 committed by GitHub
parent 3cfc98eb57
commit 1c1897e8f4

View File

@ -34,3 +34,6 @@ color magenta start="#!\[" end="\]"
# Some common markers
color brightcyan "(XXX|TODO|FIXME|\?\?\?)"
## Trailing spaces
color ,green "[[:space:]]+$"