You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following sample turns off highlighting for the F# snippet. However, if you invert them, the F# code is correctly set. Also, replacing the C# sample with var x = 1; leaves F# highlighting intact.
```csharp
class Employee { }
```
***
```fsharp
type Foo = | A | B | C
```
The text was updated successfully, but these errors were encountered:
The following sample turns off highlighting for the F# snippet. However, if you invert them, the F# code is correctly set. Also, replacing the C# sample with
var x = 1;
leaves F# highlighting intact.```csharp
class Employee { }
```
***
```fsharp
type Foo = | A | B | C
```
The text was updated successfully, but these errors were encountered: