The following record syntax seems to have syntax highlight problem in fsharp mode ``` fsharp type Point = { x : float; y: float; z: float; } ``` But the following will work ``` fsharp type Point = { x : float, y : float} ``` Seems like a bug of `fsharp-mode-font`?