Skip to content

async class method not highlighted #506

Closed
@arch-mage

Description

@arch-mage

This class

class ClassName {
  async methodName(arg1) {
  }
}

should have async keyword highlighted as jsAsyncKeyword. But it is not. It just have jsClassBlock.

If I'm correct adding jsAsyncKeyword to this line should fix this, because it works
for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions