Example:
Code: Select all
console.log(`//PC/Files/`);
// ^ from here the whole line is highlighted as a comment.
// Worse...
console.log(`/*.....`);
// ^ from here the whole file is a comment!
Thanks.
Code: Select all
console.log(`//PC/Files/`);
// ^ from here the whole line is highlighted as a comment.
// Worse...
console.log(`/*.....`);
// ^ from here the whole file is a comment!