fsprojects / fantomas

FSharp source code formatter
https://fsprojects.github.io/fantomas
Other
758 stars 189 forks source link

Add support for extended interpolated strings #3052

Closed dawedawe closed 4 months ago

dawedawe commented 4 months ago

Fixes #3012

There's still something wrong with the lexer/parser and the produced range start of SynInterpolatedStringPart.String when there are multiple fill expressions.

Should be ready now.