ronnidc / vscode-nunjucks

Nunjucks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ronnidc.nunjucks
65 stars 18 forks source link

Escaped quote in string breaks syntax highlighting #21

Open wesruv opened 5 years ago

wesruv commented 5 years ago

Everything after I\'m highlights as if it were a string.

<div>
  {{ myComponent.macro(
    'What if I\'m going to need a single quote?',
  ) }}
</div>