Page 1 of 1

Javascript template literals syntax highlighting problem

Posted: Sun Dec 18, 2016 12:31 am
by CppL
Hi, I have been using Codelite for some Node.js work, but lately the bug in Javascript template literals syntax highlighting started to annoy me, especially when some strings contain characters like "/", "/*".

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!
-Codelite v9.2 official build.

Thanks.