Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-syntax r54 - trunk/gentoo-syntax/syntax
Date: Fri, 10 Oct 2008 14:07:47
Message-Id: E1KoIeb-0006Ao-35@stork.gentoo.org
1 Author: hawking
2 Date: 2008-10-10 14:07:34 +0000 (Fri, 10 Oct 2008)
3 New Revision: 54
4
5 Modified:
6 trunk/gentoo-syntax/syntax/ebuild.vim
7 Log:
8 Hilight default* functions.
9
10 Modified: trunk/gentoo-syntax/syntax/ebuild.vim
11 ===================================================================
12 --- trunk/gentoo-syntax/syntax/ebuild.vim 2008-10-06 12:26:36 UTC (rev 53)
13 +++ trunk/gentoo-syntax/syntax/ebuild.vim 2008-10-10 14:07:34 UTC (rev 54)
14 @@ -47,6 +47,11 @@
15 syn keyword EbuildFunctions pkg_preinst pkg_postinst pkg_prerm pkg_postrm pkg_config
16 syn keyword EbuildFunctions pkg_info src_prepare src_configure
17
18 +" Default functions
19 +syn keyword EbuildFunctions default
20 +syn keyword EbuildFunctions default_pkg_nofetch default_src_unpack default_src_prepare
21 +syn keyword EbuildFunctions default_src_configure default_src_compile default_src_test
22 +
23 " Inherit
24 syn keyword EbuildInherit inherit