From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8A7161381F3 for ; Fri, 31 May 2013 08:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00A93E0831; Fri, 31 May 2013 08:26:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B170E0831 for ; Fri, 31 May 2013 08:26:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63AA633E23A for ; Fri, 31 May 2013 08:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E6564E5309 for ; Fri, 31 May 2013 08:26:49 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1369988668.40d958a7d0a28e95a855ac50b7f387cc34fd50bf.radhermit@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: syntax/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: syntax/ebuild.vim X-VCS-Directories: syntax/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 40d958a7d0a28e95a855ac50b7f387cc34fd50bf X-VCS-Branch: master Date: Fri, 31 May 2013 08:26:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3524840d-e3d4-4ae3-a4f7-7a3feee288db X-Archives-Hash: c763294801d78430d17363e3e903c216 commit: 40d958a7d0a28e95a855ac50b7f387cc34fd50bf Author: Tim Harder gentoo org> AuthorDate: Fri May 31 08:24:28 2013 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri May 31 08:24:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=40d958a7 Add doheader, newheader, and usex to ebuild keywords --- syntax/ebuild.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index f2f1b26..8db1b2c 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -30,14 +30,14 @@ syn match bkshFunction "^\s*\<\h[0-9a-zA-Z_\-\.]*\>\s*()" skipwhite skipnl conta " Default keywords syn keyword EbuildCoreKeyword use has_version best_version use_with use_enable check_KV syn keyword EbuildCoreKeyword keepdir econf die einstall einfo ewarn eerror diropts -syn keyword EbuildCoreKeyword dobin docinto dodoc doexe dohard dohtml doinfo doins +syn keyword EbuildCoreKeyword dobin docinto dodoc doexe dohard doheader dohtml doinfo doins syn keyword EbuildCoreKeyword dolib dolib.a dolib.so doman dosbin dosym emake exeinto syn keyword EbuildCoreKeyword exeopts fowners fperms insinto insopts into libopts newbin -syn keyword EbuildCoreKeyword newexe newins newman newsbin prepall prepalldocs prepallinfo -syn keyword EbuildCoreKeyword prepallman prepallstrip has unpack dosed into +syn keyword EbuildCoreKeyword newexe newheader newins newman newsbin prepall prepalldocs +syn keyword EbuildCoreKeyword prepallinfo prepallman prepallstrip has unpack dosed into syn keyword EbuildCoreKeyword doinitd doconfd doenvd dojar domo dodir ebegin eend syn keyword EbuildCoreKeyword newconfd newdoc newenvd newinitd newlib.a newlib.so -syn keyword EbuildCoreKeyword hasq hasv useq usev elog +syn keyword EbuildCoreKeyword hasq hasv useq usev usex elog " Sandbox syn keyword EbuildCoreKeyword addread addwrite adddeny addpredict