monoid icon indicating copy to clipboard operation
monoid copied to clipboard

Add ligature for string interpolation ${ in template literal

Open victornpb opened this issue 6 years ago • 0 comments

I think it would be nice to have ligature for string interpolations in template literals for JavaScript

${

const str = `Lorem ipsum ${hello} world`;

victornpb avatar Jan 07 '19 14:01 victornpb