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

Comment-style tags broken #24

Closed themerk closed 2 years ago

themerk commented 2 years ago

Unfortunately https://github.com/pushqrdx/vscode-inline-html/commit/81839d41e8f229a23b60eb41545027da13fce95f has broken the comment-style tags. I wish I knew enough regex to fix it!

Eg.

doSomething( /*html*/`<div class="test">test</div>`);

VSCode with v0.3.4: Screenshot - 24_01_2022 , 12_12_39 PM

VSCode with v0.3.3: Screenshot - 24_01_2022 , 12_13_50 PM

pushqrdx commented 2 years ago

@themerk urgh, i'll look into it today, sorry for that

pushqrdx commented 2 years ago

ok should be fixed now in 0.3.5