diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-28 09:26:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-28 09:26:42 +0200 |
commit | 9b016fd42ba37395d9299e1e811b282b29effb63 (patch) | |
tree | 9b97fe8c818ef7bb203462631e7abd2b2496532d | |
parent | add tags file to gitignore (diff) | |
download | gentoo-syntax-9b016fd42ba37395d9299e1e811b282b29effb63.tar.gz gentoo-syntax-9b016fd42ba37395d9299e1e811b282b29effb63.tar.bz2 gentoo-syntax-9b016fd42ba37395d9299e1e811b282b29effb63.zip |
Add support for epytest & eunittest highlightinggentoo-syntax-20210428
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | syntax/ebuild.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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 |