ionide / ionide-fsgrammar

Shared Textmate Regex Style F# Language Grammar
MIT License
35 stars 36 forks source link

Support `static abstract` member declarations #212

Closed brianrourkeboll closed 4 months ago

brianrourkeboll commented 4 months ago
#nowarn "3535"

type IFace =
    static abstract M : unit
    static abstract member N : unit

Before

image

After

image

baronfel commented 4 months ago

You rock!