I want to use ES6 template string literals e.g.:
`string text line 1
string text line 2
string text ${expression}`
However emacs doesn't recognize that their contents are a string, so syntax highlighting, indentation, etc. don't work. How can I tell emacs that backticks are string delimiters?
I'm using emacs version 24.5, and the built in js-mode
.