diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-11-29 22:01:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-11-29 22:01:01 +0000 |
commit | 4f147f5ce4b8dbf04c4560d16f08edfc20805159 (patch) | |
tree | 19b81b481c433c70365d308ae5c4de2e6a963ee7 /app-editors/nano | |
parent | removing kgcc64 from system packages (diff) | |
download | gentoo-2-4f147f5ce4b8dbf04c4560d16f08edfc20805159.tar.gz gentoo-2-4f147f5ce4b8dbf04c4560d16f08edfc20805159.tar.bz2 gentoo-2-4f147f5ce4b8dbf04c4560d16f08edfc20805159.zip |
Add EAPI=5 highlighting
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-editors/nano')
-rw-r--r-- | app-editors/nano/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/nano/files/gentoo.nanorc | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index 98a7e2cbb26d..b06686362960 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/nano # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.285 2012/09/30 17:24:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.286 2012/11/29 22:01:01 jlec Exp $ + + 29 Nov 2012; Justin Lecher <jlec@gentoo.org> files/gentoo.nanorc: + Add EAPI=5 highlighting 30 Sep 2012; Raúl Porcel <armin76@gentoo.org> nano-2.3.1-r2.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #436126 diff --git a/app-editors/nano/files/gentoo.nanorc b/app-editors/nano/files/gentoo.nanorc index 990cccabd537..f08d2e9027ce 100644 --- a/app-editors/nano/files/gentoo.nanorc +++ b/app-editors/nano/files/gentoo.nanorc @@ -17,9 +17,9 @@ color magenta "\<use(_(with|enable))?\> [!a-zA-Z0-9_+ -]*" "inherit.*" color brightblue "\<e(begin|end|conf|install|make|warn|infon?|error|log|patch|new(group|user))\>" 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\>" +color brightblue "\<do(header|python|sed|dir|hard|sym|html|jar|mo)\>" "\<keepdir\>" color brightblue "prepall(|docs|info|man|strip)" "prep(info|lib|lib\.(so|a)|man|strip)" -color brightblue "\<(|doc|ins|exe)into\>" "\<f(owners|perms)\>" "\<(exe|ins|dir)opts\>" +color brightblue "\<(|doc|ins|exe)into\>" "\<f(owners|perms)\>" "\<(exe|ins|dir)opts\>" "\<usex\>" ## 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) |