Distinguishing between F# and C# linq files
Can you use different file extensions for linqpad files that use F#? Maybe flinq. Right now there is now way to distinguish between the two unless I use a naming convention (which I did, I prefixed the files with fs) or search them.
Also this might solve the problems with the syntax highlighting. For instance, in F# a string can stretch over multiple lines. This throws off the syntax highlighter - it doesn't work correctly anymore.
Thanks