emmetio / sublime-text-plugin

The essential toolkit for web-developers
https://emmet.io
MIT License
253 stars 29 forks source link

Can not Expand abbreviation for HTML inside JS #171

Open kubiqsk opened 2 years ago

kubiqsk commented 2 years ago

It doesn't matter if I use quote, apostrophe or backtick el.innerText('div.myClass') no matter if I press TAB or CTRL+E or if I highlight div.myClass it's simply not working Expected result: el.innerText('<div class="myClass"></div>')