meganrogge / template-string-converter

Autocorrect from quotes to backticks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue when nested quotes

nosyminotaur opened this issue · comments

When using a string like "url("../img.jpg")", and then adding a ${} inside it, it formats the inner string instead of the outer one.

If required, I can provide more similar examples.

There's a setting which lets you choose whether the outer or innermost quotes get converted