commit: 9b016fd42ba37395d9299e1e811b282b29effb63 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Apr 28 07:26:42 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
