mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 22:28:43 +00:00
Problem: Makefile syntax highlighting incorrectly ends function calls
when encountering ')' inside double or single quoted strings,
causing incorrect highlighting for the remainder of the line.
Solution: Add makeDString and makeSString to the contains list for
makeIdent regions. This allows strings to be recognized inside
variable references and function calls.
fixes: vim/vim#18687
closes: vim/vim#18818
519dc391d8
Co-authored-by: Beleswar Prasad Padhi <beleswarprasad@gmail.com>