Does anyone know if there is any syntax highlighting for F# in notepad++ available? I love using notepad++ and would like to be able to have highlighting for my F# scripts too!
Thanks in advance.
Does anyone know if there is any syntax highlighting for F# in notepad++ available? I love using notepad++ and would like to be able to have highlighting for my F# scripts too!
Thanks in advance.
I posted this link in another answer - it explains how to get syntax highlighting working for other file types.
Basically, find the built in scheme that most closely matches your file and add your extension to the list of matches.
Now, I don't know whether F# matches any of the existing schemes or not, so you'd have to experiment.