diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-19 21:47:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-19 21:47:17 +0000 |
commit | d08abfa3ce8b8555f6a83fa3fc2e7ac4fd727e23 (patch) | |
tree | 07c64c72fbae62cf205d33b831ad5329cff3aa49 /app-editors | |
parent | Version bump, thanks to Mike Mattie and ron widler, bug #156917 (diff) | |
download | gentoo-2-d08abfa3ce8b8555f6a83fa3fc2e7ac4fd727e23.tar.gz gentoo-2-d08abfa3ce8b8555f6a83fa3fc2e7ac4fd727e23.tar.bz2 gentoo-2-d08abfa3ce8b8555f6a83fa3fc2e7ac4fd727e23.zip |
highlight elog as pointed out by armin76
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/files/gentoo.nanorc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/files/gentoo.nanorc b/app-editors/nano/files/gentoo.nanorc index 1739eedc8757..610ca876c3a5 100644 --- a/app-editors/nano/files/gentoo.nanorc +++ b/app-editors/nano/files/gentoo.nanorc @@ -14,7 +14,7 @@ color red "\<(ARCH|HOMEPAGE|DESCRIPTION|IUSE|SRC_URI|LICENSE|SLOT|KEYWORDS|FILES color red "\<(S|D|T|PV|PF|P|PN|A)\>" "\<C(XX)?FLAGS\>" "\<LDFLAGS\>" "\<C(HOST|TARGET|BUILD)\>" ## Highlight portage commands color magenta "\<use(_(with|enable))?\> [!a-zA-Z0-9_+ -]*" "inherit.*" -color brightblue "\<e(begin|end|conf|install|make|warn|infon?|error|patch)\>" +color brightblue "\<e(begin|end|conf|install|make|warn|infon?|error|log|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|initd|confd|envd|pam|menu|icon)\>" color brightblue "\<do(python|sed|dir|hard|sym|html|jar|mo)\>" "\<keepdir\>" |