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
Description
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.