tamzinblake / js3-mode

A chimeric fork of js2-mode and js-mode
GNU General Public License v3.0
181 stars 13 forks source link

Template Strings Not Supported #110

Closed ElectricCoffee closed 8 years ago

ElectricCoffee commented 8 years ago

Template Strings are a neat feature in JS that lets you interpolate data into your strings using back-ticks (```).

JS3 will say ``` is an illegal character and render the string incorrectly

tamzinblake commented 8 years ago

Yeah in general js3-mode's version of Rhino doesn't support new es6 syntax.

tamzinblake commented 8 years ago

Actually closing this as duplicate of #107