]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(make): syntax highlighting update for makeDefine
authorYiyang Wu <xgreenlandforwyy@gmail.com>
Sun, 12 Oct 2025 15:20:28 +0000 (15:20 +0000)
committerChristian Brabandt <cb@256bit.org>
Sun, 12 Oct 2025 15:20:28 +0000 (15:20 +0000)
commit2a33b499a3d7f46dc307234847a6562cef6cf1d8
tree3d59aeb8178d65026dfa8a909ab639d1c5666a67
parent7e9ccdd3f21c11b3627adbaab891284bfb946aa7
runtime(make): syntax highlighting update for makeDefine

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: #18403

Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/make.vim