Skip to content

Highlight types based on syntax #11

@copy

Description

@copy

Currently there's a hard-coded list of built-in type names that are highlighted specially even when the name is used as an identifier. Custom type names, on the other hand, are not highlighted.

See:

screenshot_2016-07-08_00-59-50

type foo = {
  a: int;
  b: bar;
}

let string = string_of_int

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