Notepad3 icon indicating copy to clipboard operation
Notepad3 copied to clipboard

JavaScript template literals (template strings) syntax highlighting is not supported.

Open cuixiping opened this issue 2 years ago • 0 comments

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:

image

Actually:

image

cuixiping avatar May 26 '22 03:05 cuixiping