From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5857C138334 for ; Fri, 13 Dec 2019 10:52:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70CB5E08AD; Fri, 13 Dec 2019 10:52:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54E67E08AD for ; Fri, 13 Dec 2019 10:52:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09C8B34D871 for ; Fri, 13 Dec 2019 10:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02F8E8B1 for ; Fri, 13 Dec 2019 10:52:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576234311.57840aad812b8b7d0826cff78da7ade4cd8c29a8.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 57840aad812b8b7d0826cff78da7ade4cd8c29a8 X-VCS-Branch: master Date: Fri, 13 Dec 2019 10:52:09 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44a53b68-5955-44cd-87c8-fafa5b9ca0f0 X-Archives-Hash: 61566af5e724c41f37d1d0488e95268b commit: 57840aad812b8b7d0826cff78da7ade4cd8c29a8 Author: Michał Górny gentoo org> AuthorDate: Fri Dec 13 10:51:51 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Dec 13 10:51:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=57840aad syntax/ebuild.vim: Account for sphinx_compile_all properly Signed-off-by: Michał Górny gentoo.org> syntax/ebuild.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 1190a2a..aea9e7c 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -211,6 +211,7 @@ syn keyword EbuildDistutilsKeyword distutils-r1_python_prepare_all syn keyword EbuildDistutilsKeyword distutils-r1_python_compile syn keyword EbuildDistutilsKeyword distutils-r1_python_install syn keyword EbuildDistutilsKeyword distutils-r1_python_install_all +syn keyword EbuildDistutilsKeyword sphinx_compile_all syn match EbuildDistutilsKeyword "esetup\.py" " distutils-r1 global helpers