AvalonEdit icon indicating copy to clipboard operation
AvalonEdit copied to clipboard

string interpolation Javascript

Open flat-eric147 opened this issue 11 months ago • 0 comments

Hi, I am using AvalonEdit to display JasvaScript code. I stumbled upon those fancy string interpolation like:

let bla = 42.0
let hello = `The meaning of life is ${bla}`

This kind of syntax is not properly highlighted. The backticks ` don't seem to be considered at all by looking at the xshd file.

Thanks!

flat-eric147 avatar May 15 '25 13:05 flat-eric147