diff options
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)\>" |