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.

Identifiers before tagged template literals should be marked as functions #449

Open
@not-an-aardvark

Description

@not-an-aardvark

Example code:

foo();
foo`bar`;

Rendered with Atom 1.11.2, language-javascript 0.119.0:

Expected behavior: The identifier foo before the template literal should be marked as a function (and colored blue with this theme), because foo gets called as a function when it is used as a template literal tag.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions