0x00000001A / es6-string-html

Highlight code in ES6 multiline strings
https://marketplace.visualstudio.com/items?itemName=Tobermory.es6-string-html
MIT License
132 stars 79 forks source link

Line comment without following string literal breaks syntax hightlighting #13

Closed sclu1034 closed 6 years ago

sclu1034 commented 6 years ago

A line comment that starts with html but is not followed by a temlate literal breaks syntax highlighting for the rest of the file.

Minimal example:

const foo = 'html'; // html is awesome
console.log(foo);

The part before the comment is displayed correctly, but the comment and the next line are default text color and VS code shows JS completion when typing inside the comment.

0x00000001A commented 6 years ago

Will be fixed in next 24 hours. Thankyou

0x00000001A commented 6 years ago

@SirAiedail

Fixed Package in the marketplace is updated Feel free to close the issue if the plugin works as you expected

Thankyou

sclu1034 commented 6 years ago

Issue is fixed