commit:     865f01aa04434838f0ed1915734e2200759d925b
Author:     Paul Zander <negril.nx <AT> gmail <DOT> com>
AuthorDate: Wed Jun 14 12:04:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 14:25:31 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=865f01aa

syntax/ebuild.vim: Add eqawarn

Closes: https://github.com/gentoo/gentoo-syntax/pull/62
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 syntax/ebuild.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim
index 17c774c..f998ab8 100644
--- a/syntax/ebuild.vim
+++ b/syntax/ebuild.vim
@@ -29,7 +29,7 @@ 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
-syn keyword EbuildCoreKeyword keepdir econf die einstall einfo ewarn eerror 
diropts
+syn keyword EbuildCoreKeyword keepdir econf die einstall einfo ewarn eqawarn 
eerror diropts
 syn keyword EbuildCoreKeyword dobin docinto dodoc doexe doheader 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

Reply via email to