ionide / ionide-fsgrammar

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

Missing colorisation or broken colorisation on some syntax for `abstract` definition with a generic #204

Closed MangelMaxime closed 10 months ago

MangelMaxime commented 10 months ago

Describe the bug

Missing colorisation or broken colorisation on the following syntax for abstract definition with a generic.

type T =
    abstract Decode<'Json> : spaces : int -> string // Should trigger generic coloration and have int colored as type
    abstract member Decode2<'Json> : spaces : int -> string// This is breaking coloration of lines below

CleanShot 2023-11-16 at 23 09 17