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.43k stars 798 forks source link

Added support for F# language syntax highlight #2298

Closed Thorium closed 5 months ago

Thorium commented 5 months ago

Using the existing CSharp syntax highlight as basis, added support for FSharp language syntax highlight.

sdottaka commented 5 months ago

Thank you!

sdottaka commented 5 months ago

It seems that block comments (* *) are not supported, so I would appreciate it if you could fix it if you have time.

Thorium commented 5 months ago

Well spotted! I can look into these when I'll have a bit of spare time.