diff options
-rw-r--r-- | bitbake/contrib/vim/syntax/bitbake.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
77 | " Generic Functions | 77 | " Generic Functions |
78 | syn match bbFunction "\h[0-9A-Za-z_\-\.]*" display contained contains=bbOEFunctions | 78 | syn match bbFunction "\h[0-9A-Za-z_\-\.]*" display contained contains=bbOEFunctions |
79 | 79 | ||
80 | syn keyword bbOverrideOperator append prepend contained | 80 | syn keyword bbOverrideOperator append prepend remove contained |
81 | 81 | ||
82 | " BitBake shell metadata | 82 | " BitBake shell metadata |
83 | syn include @shell syntax/sh.vim | 83 | syn include @shell syntax/sh.vim |