Notepad3
Notepad3 copied to clipboard
JavaScript template literals (template strings) syntax highlighting is not supported.
Template literals (template strings) syntax is commonly used, and is not supported in Notepad3.
Example code:
let str = `hello if else true false 123`;
console.log(`hello ${expression} {{{
...world`);
let a = 1;
let b = 2;
Expected like:
Actually: