Javascript template literals syntax highlighting problem

CodeLite installation/troubleshooting forum
CppL
CodeLite Curious
Posts: 4
Joined: Mon Feb 16, 2015 1:10 am
Genuine User: Yes
IDE Question: C++
Contact:

Javascript template literals syntax highlighting problem

Post 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.