mblode/vscode-twig-language-2

Syntax highlighting breaks when escaping quotes inside strings

hacknug opened this issue · 0 comments

Syntax highlighting is incorrect when using escaped quotes inside a string.

<p>{{ __( 'The page you are looking for doesn\'t exist', 'domain' ) }}</p>