Skip to content

C# Class sample turns off F# highlighting afterwards #113

@isaacabraham

Description

@isaacabraham

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
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions