From f557bdbf1dcc74a9acd9377f7b665a3dc2afc496 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Tue, 17 Aug 2021 12:21:27 -0500 Subject: bitbake: contrib: vim: Add "remove" override highlighting "remove" was accidentally omitted when defining which override operators should be highlighted (Bitbake rev: a0248338452f9ec26b588ef83679aca6263e7e76) Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- bitbake/contrib/vim/syntax/bitbake.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/contrib') diff --git a/bitbake/contrib/vim/syntax/bitbake.vim b/bitbake/contrib/vim/syntax/bitbake.vim index d8aa0f1ba1..c5ea80fdf2 100644 --- a/bitbake/contrib/vim/syntax/bitbake.vim +++ b/bitbake/contrib/vim/syntax/bitbake.vim @@ -77,7 +77,7 @@ syn keyword bbOEFunctions do_fetch do_unpack do_patch do_configure do_comp " Generic Functions syn match bbFunction "\h[0-9A-Za-z_\-\.]*" display contained contains=bbOEFunctions -syn keyword bbOverrideOperator append prepend contained +syn keyword bbOverrideOperator append prepend remove contained " BitBake shell metadata syn include @shell syntax/sh.vim -- cgit v1.2.3-54-g00ecf