You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Javascript syntax highlighter still can't recognize template strings which are defined with backticks ````. For example, this code My name is ${a}. I'm 25.; is being highlighted as code${code}code instead of `string${code}string`.