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!
