mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 14:26:07 +00:00

Previously contents in makeDefine are nearly highlighted as Define, so
comments and targets shares the same color as Define, making it hard to
distinguish if someone write large block of targets-recipes as defined
function.
Such scenario is common in building data analysis pipeline. Recipes are
reused and targets may have multiple variables, and a single % implicit
rule is not enough.
closes: vim/vim#18403
2a33b499a3
Co-authored-by: Yiyang Wu <xgreenlandforwyy@gmail.com>