diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-30 05:17:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-30 05:17:42 +0000 |
commit | 91dda2edd63e03a3fb5875d8e0189b9359b88e4c (patch) | |
tree | d661d28b4882b57d9a5f70687864265096dfa83d /app-editors/nano | |
parent | tidy; error messages (Manifest recommit) (diff) | |
download | gentoo-2-91dda2edd63e03a3fb5875d8e0189b9359b88e4c.tar.gz gentoo-2-91dda2edd63e03a3fb5875d8e0189b9359b88e4c.tar.bz2 gentoo-2-91dda2edd63e03a3fb5875d8e0189b9359b88e4c.zip |
update use highlighting
Diffstat (limited to 'app-editors/nano')
-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 4ff0a1856668..f6dc530a2e25 100644 --- a/app-editors/nano/files/nanorc-gentoo +++ b/app-editors/nano/files/nanorc-gentoo @@ -14,7 +14,7 @@ # color red "\<(ARCH|HOMEPAGE|DESCRIPTION|IUSE|SRC_URI|LICENSE|SLOT|KEYWORDS|FILESDIR|WORKDIR|(P|R)?DEPEND|PROVIDE|DISTDIR|RESTRICT)\>" # color red "\<(S|D|T|PV|PF|P|PN|A)\>" "\<C(XX)?FLAGS\>" ## Highlight portage commands -# color magenta "\<use(_(with|enable))?\> [a-z0-9X ]*" "inherit.*" +# color magenta "\<use(_(with|enable))?\> [!a-z0-9X -]*" "inherit.*" # color brightblue "e(begin|end|conf|install|make|warn|infon?|error|patch)" # color brightblue "\<die\>" "\<use(_(with|enable))?\>" "\<inherit\>" "\<has\>" "\<(has|best)_version\>" "\<unpack\>" # color brightblue "\<(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe)\>" |