Hello, how to highlight text in bracket using template string?
Currently look like this
`Template string with ${variable}`;
all is in one color, but i want to ‘variable’ and other text in bracket highlight on other color than string.
This is standard ES6 in JS, i have a updated version of notepad++