Skip to content

Type annotations on binders incorrectly highlighted #11

Closed
@nwolverson

Description

@nwolverson
example = do
  n :: Int <- get
  put (n + 1)

(In Atom the get and the rest of the line are highlighted like a top level type definition)

I'd expect nothing on the variable, the rest of the line to be highlighted as normal, the type to be highlighted as a type as in a top level definition.

In fact it seems that inline type annotations are also not highlighted as types.

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