larsenwork / monoid

Customisable coding font with alternates, ligatures and contextual positioning. Crazy crisp at 12px/9pt. http://larsenwork.com/monoid/
7.85k stars 170 forks source link

Add ligature for string interpolation ${ in template literal #223

Open victornpb opened 5 years ago

victornpb commented 5 years ago

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

${

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