WinMerge / winmerge

WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
https://winmerge.org/
GNU General Public License v2.0
6.07k stars 775 forks source link

Multi line comment fix #2303

Closed Thorium closed 2 months ago

Thorium commented 2 months ago

Work continued from https://github.com/WinMerge/winmerge/pull/2301 It does work already better than what is in master now:

image

... but it's not exactly perfect, as you can see the first line of multi-line is gray (here the last quote of the multi-line).

sdottaka commented 2 months ago

Thank you!