monoid
monoid copied to clipboard
Add ligature for string interpolation ${ in template literal
I think it would be nice to have ligature for string interpolations in template literals for JavaScript
${
const str = `Lorem ipsum ${hello} world`;