diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2025-12-24 08:45:18 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2025-12-24 08:45:21 +0800 |
| commit | 5681315b82f658348a6498b0b689e44888d4cd24 (patch) | |
| tree | 2339928f3790b92dc24cc7626a3cbc6b44234d8e /runtime/lua/vim/_core/stringbuffer.lua | |
| parent | 081feae3a31f2165322d03eb4842a0f0dec90aec (diff) | |
vim-patch:519dc39: runtime(make): Makefile highlighting breaks with ')' in string
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
https://github.com/vim/vim/commit/519dc391d8fe2f2182160027d2cecc154ea749d0
Co-authored-by: Beleswar Prasad Padhi <beleswarprasad@gmail.com>
Diffstat (limited to 'runtime/lua/vim/_core/stringbuffer.lua')
0 files changed, 0 insertions, 0 deletions
