Closed alexr00 closed 2 years ago
Thanks for reaching out! @MangelMaxime could https://github.com/ionide/ionide-fsgrammar/pull/173/files have introduced this? The grammar isn't my strongest area :)
@baronfel I think you are right and that this PR is probably the culpit.
I admit that when working on the grammars I mostly look at the color feedback and not the name of the scopes 😅.
I will have a look at it.
Thanks for the quick fix!
Hello, I'm a developer on VS Code and I noticed a possible bug when updating VS Code to use the latest ionide/ionide-fsgrammar. In the below example
set
was previously tokenized assource.fsharp binding.fsharp
. After updating to commit 33c42ce4b0960c86837a978fa06c45bc3dec0521,set
is tokenized assource.fsharp binding.fsharp variable.fsharp
. This doesn't seem intentional asget
is unchanged.I haven't merged the update into VS Code yet as I wanted to confirm whether this is intentional, so you won't be able to reproduce this issue with VS Code's built in version of the fs grammar.
Syntax Colorization Failure
System Details