Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/nano/files: gentoo.nanorc
Date: Thu, 29 Nov 2012 22:01:12
Message-Id: 20121129220101.1C36520C65@flycatcher.gentoo.org
1 jlec 12/11/29 22:01:01
2
3 Modified: gentoo.nanorc
4 Log:
5 Add EAPI=5 highlighting
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.6 app-editors/nano/files/gentoo.nanorc
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/files/gentoo.nanorc?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/files/gentoo.nanorc?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/files/gentoo.nanorc?r1=1.5&r2=1.6
15
16 Index: gentoo.nanorc
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/files/gentoo.nanorc,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- gentoo.nanorc 7 May 2007 21:32:55 -0000 1.5
23 +++ gentoo.nanorc 29 Nov 2012 22:01:00 -0000 1.6
24 @@ -17,9 +17,9 @@
25 color brightblue "\<e(begin|end|conf|install|make|warn|infon?|error|log|patch|new(group|user))\>"
26 color brightblue "\<die\>" "\<use(_(with|enable))?\>" "\<inherit\>" "\<has\>" "\<(has|best)_version\>" "\<unpack\>"
27 color brightblue "\<(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe|initd|confd|envd|pam|menu|icon)\>"
28 -color brightblue "\<do(python|sed|dir|hard|sym|html|jar|mo)\>" "\<keepdir\>"
29 +color brightblue "\<do(header|python|sed|dir|hard|sym|html|jar|mo)\>" "\<keepdir\>"
30 color brightblue "prepall(|docs|info|man|strip)" "prep(info|lib|lib\.(so|a)|man|strip)"
31 -color brightblue "\<(|doc|ins|exe)into\>" "\<f(owners|perms)\>" "\<(exe|ins|dir)opts\>"
32 +color brightblue "\<(|doc|ins|exe)into\>" "\<f(owners|perms)\>" "\<(exe|ins|dir)opts\>" "\<usex\>"
33 ## Highlight common commands used in ebuilds
34 color blue "\<make\>" "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|let|ln|mkdir|mv|rm|sed|set|tar|touch|unset)\>"
35 ## Highlight comments (doesnt work that well)