diff options
author | 2004-04-18 22:09:23 +0000 | |
---|---|---|
committer | 2004-04-18 22:09:23 +0000 | |
commit | aa93b77cdf089bcc6360a1f9bcbdc6803fd00a54 (patch) | |
tree | 737a0e063dd0b72290f1ae55eae66ea5308baafd /app-editors | |
parent | Initial Import. Closes #48047 (diff) | |
download | historical-aa93b77cdf089bcc6360a1f9bcbdc6803fd00a54.tar.gz historical-aa93b77cdf089bcc6360a1f9bcbdc6803fd00a54.tar.bz2 historical-aa93b77cdf089bcc6360a1f9bcbdc6803fd00a54.zip |
also highlight diropts
Diffstat (limited to 'app-editors')
-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) |