diff options
-rw-r--r-- | app-editors/nano/files/gentoo.nanorc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app-editors/nano/files/gentoo.nanorc b/app-editors/nano/files/gentoo.nanorc index e9d8ee8c00da..6652c445217d 100644 --- a/app-editors/nano/files/gentoo.nanorc +++ b/app-editors/nano/files/gentoo.nanorc @@ -26,6 +26,8 @@ color blue "\<make\>" "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|let|ln|mkdi color yellow "#.*$" ## Highlight strings (doesnt work that well) color brightyellow ""(\\.|[^\"])*"" "'(\\.|[^'])*'" +## Trailing space is bad! +color ,green "[[:space:]]+$" ## Here is an example for Portage control files ## |