diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 22:09:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-18 22:09:23 +0000 |
commit | 74cdd5a6a87be6b9314fbf38da1101f5b2b44370 (patch) | |
tree | a11546e7368981643829810e3b7bca3744b6e706 /app-editors/nano/files | |
parent | Initial Import. Closes #48047 (Manifest recommit) (diff) | |
download | gentoo-2-74cdd5a6a87be6b9314fbf38da1101f5b2b44370.tar.gz gentoo-2-74cdd5a6a87be6b9314fbf38da1101f5b2b44370.tar.bz2 gentoo-2-74cdd5a6a87be6b9314fbf38da1101f5b2b44370.zip |
also highlight diropts
Diffstat (limited to 'app-editors/nano/files')
-rw-r--r-- | app-editors/nano/files/nanorc-gentoo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/files/nanorc-gentoo b/app-editors/nano/files/nanorc-gentoo index 92dc30dd0fbc..6bf621481256 100644 --- a/app-editors/nano/files/nanorc-gentoo +++ b/app-editors/nano/files/nanorc-gentoo @@ -20,7 +20,7 @@ # color brightblue "\<(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe)\>" # color brightblue "\<do(python|sed|dir|hard|sym|html|jar|mo)\>" "\<keepdir\>" # color brightblue "prepall(|docs|info|man|strip)" "prep(info|lib|lib\.so|man|strip)" -# color brightblue "\<(|doc|ins|exe)into\>" "\<f(owners|perms)\>" "\<(exe|ins)opts\>" +# color brightblue "\<(|doc|ins|exe)into\>" "\<f(owners|perms)\>" "\<(exe|ins|dir)opts\>" ## Highlight common commands used in ebuilds # color blue "\<make\>" "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|let|ln|mkdir|mv|rm|sed|set|tar|touch|unset)\>" ## Highlight comments (doesnt work that well) |