Skip to content

Multiline symbol parses correctly but is incorrectly hilighted #52

Open
@mikesol

Description

@mikesol
class Foo (a :: Symbol)

instance fooMultiline1 ::
  Foo
    """


a

"""

test ::
  Foo
    """


a

""" =>
  Unit
test = unit

is legal purescript & compiles fine but the syntax hilighting is off in my vscode editor. When test is defined, it doesn't pick up the multiline string correctly. Incidentally, it seems like GitHub markdown has the same issue!

Screenshot from 2020-09-02 22-38-52

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions