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 213371382C5 for ; Wed, 28 Apr 2021 07:27:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 493DCE0822; Wed, 28 Apr 2021 07:27:07 +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 13789E0822 for ; Wed, 28 Apr 2021 07:27:07 +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 3B520340F05 for ; Wed, 28 Apr 2021 07:27:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9EE95C9 for ; Wed, 28 Apr 2021 07:27:04 +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: <1619594802.9b016fd42ba37395d9299e1e811b282b29effb63.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: 9b016fd42ba37395d9299e1e811b282b29effb63 X-VCS-Branch: master Date: Wed, 28 Apr 2021 07:27:04 +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: 87b0db10-9627-40df-ae0c-ae503209424f X-Archives-Hash: 5fd0750304507b3a871b673ce8191384 commit: 9b016fd42ba37395d9299e1e811b282b29effb63 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 28 07:26:42 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 28 07:26:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=9b016fd4 Add support for epytest & eunittest highlighting 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 aea9e7c..a7edf68 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -183,6 +183,7 @@ syn keyword EbuildPythonKeyword python_newexe python_doscript python_newscript syn keyword EbuildPythonKeyword python_moduleinto python_domodule python_doheader syn keyword EbuildPythonKeyword python_wrapper_setup python_is_python3 python_is_installed syn keyword EbuildPythonKeyword python_fix_shebang python_export_utf8_locale build_sphinx +syn keyword EbuildPythonKeyword epytest eunittest " python-r1, python-single-r1 and python-any-r1 syn keyword EbuildPythonKeyword python_gen_usedep python_gen_useflags python_gen_cond_dep