Javascript template literals syntax highlighting problem
Posted: Sun Dec 18, 2016 12:31 am
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:
-Codelite v9.2 official build.
Thanks.
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.