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 21:59:24 +01:00 committed by GitHub
parent 8266c06827
commit 3ce3cb9133

View File

@ -48,3 +48,6 @@ icolor cyan "<[^= ]*>" "'(\\.|[^"])*'"
## Comment highlighting
icolor brightred "!.*$" "(^[Cc]| [Cc]) .*$"
## Trailing spaces
color ,green "[[:space:]]+$"