Skip to content

The definition of an operator as a member breaks #154

@ShalokShalom

Description

@ShalokShalom

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:

Image

After:

Image

It does work with Textmate (VSCode)

Image

OS: Linux Garuda
Grammar version: How to figure out?
Editor: Zed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions