pushqrdx / vscode-inline-html

🎨 Adding Syntax Highlighting, Emmet, IntelliSense support for ES6 Template Strings in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=pushqrdx.inline-html
GNU General Public License v3.0
54 stars 15 forks source link

v.0.3.5 comment style tags break when there's a comment #25

Closed thomanimation closed 2 years ago

thomanimation commented 2 years ago

Hello. Assuming the code:

export default /*html*/`

blah blah blah

<!-- comment -->

blah2 blah2 blah2
`;

'blah blah blah' is shown correctly. 'blah2 blah2 blah2' is not.

thomanimation commented 2 years ago

Turns out there was a problem in another plugin. Vscode-inline-html works fine. Thanks for your time.