mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
Previously, a comment in a directive block would incorrectly mark all subsequent lines in the directive block as comment, because the syn-region did not check the leading indent. related: #18566 Signed-off-by: Antony Lee <anntzer.lee@gmail.com> Signed-off-by: Marshall Ward <marshall.ward@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>