mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01:00
Color trailing whitespace green
This commit is contained in:
parent
6ba2322409
commit
0ca37f9fdd
|
@ -11,3 +11,6 @@ color white "[sm]/.*/"
|
||||||
color white start="(^use| = new)" end=";"
|
color white start="(^use| = new)" end=";"
|
||||||
color green "#.*"
|
color green "#.*"
|
||||||
color yellow start="<< 'STOP'" end="STOP"
|
color yellow start="<< 'STOP'" end="STOP"
|
||||||
|
|
||||||
|
## Trailing spaces
|
||||||
|
color ,green "[[:space:]]+$"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user