Add syntax highlighting for template literals (backticks)
This code runs fine, but the template literal is not highlighted properly:
var world = "World";
print(Hello ${world}
);
3
votes
Luke
shared this idea