Describe the bug
The definition of an operator in this example breaks the parsing from the next line on.
static member (=.) (left : _ Behavior, right : _ Behavior) : _ Behavior = left.Map2 (fun (a, b) -> a = b) right
The same happens with a normal member.
Before:
After:
It does work with Textmate (VSCode)
OS: Linux Garuda
Grammar version: How to figure out?
Editor: Zed