Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

constructor is no longer highlighted #191

@mnquintana

Description

@mnquintana

Although constructor is tokenized correctly, it now has no highlighting (in One Dark Syntax) as of Atom 1.0.4.

Example

class Overlay {
  constructor(map) {
    this.map = map;
  }

  getMap() {
    return this.map;
  }
}

My guess is that this has something to do with #184.

/cc @50Wliu

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions