diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-30 21:00:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-30 21:00:09 +0000 |
commit | 31a883d0e91d3eef3ba6a6768f6e5c815de89a20 (patch) | |
tree | 15f0bc975199eba55195eec531b77eee985ead6a /app-editors | |
parent | inital import, ebuild contributed by (Manifest recommit) (diff) | |
download | gentoo-2-31a883d0e91d3eef3ba6a6768f6e5c815de89a20.tar.gz gentoo-2-31a883d0e91d3eef3ba6a6768f6e5c815de89a20.tar.bz2 gentoo-2-31a883d0e91d3eef3ba6a6768f6e5c815de89a20.zip |
add some more portage commands/variables
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/files/nanorc-gentoo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/nano/files/nanorc-gentoo b/app-editors/nano/files/nanorc-gentoo index dc0b4dd58cf3..6b6344a3eb48 100644 --- a/app-editors/nano/files/nanorc-gentoo +++ b/app-editors/nano/files/nanorc-gentoo @@ -12,13 +12,13 @@ ## Highlight variables ... official portage ones in red, all others in bright red # color brightred "\$\{?[a-zA-Z_0-9]+\}?" # 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\>" "\<LDFLAGS\>" +# 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-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)\>" -# color brightblue "\<do(python|sed|dir|hard|sym|html|jar|mo)\>" "\<keepdir\>" +# color brightblue "\<(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe|initd|confd|env)\>" +# 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|dir)opts\>" ## Highlight common commands used in ebuilds |