Open thitemple opened 5 years ago
Glad you like it. Can you share the code above and the file name with the extension so I can help? Also, share if you use any extension to get syntax grammar.
Sure thing. The extension needed for F# is https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp
All F# file have an extension of either .fs
or .fsx
.
Here's a sample file: https://github.com/klanthier/fable-polaris/blob/master/sample/src/App.fs
Hey there, I love your theme, it's my theme of choice these days. The thing is, I've been doing some F# and it doesn't tokenize some of the keywords so well.
Here's how it shows:
And here's the same screenshot using the Dracula theme.
Do you think that could be improved? Thanks