tamzinblake / js3-mode

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

Mode is not working with ES6 template string literals #116

Closed alissonperez closed 7 years ago

alissonperez commented 7 years ago

With js-mode string-literals works properly. But js3-mode is not understanding its syntax.

screen shot 2017-04-07 at 6 19 53 pm

Do you know if it's a limitation of js3-mode or can be a wrong/missing config?

My emacs version is 25.1.1.

Thanks!

tamzinblake commented 7 years ago

js3-mode's parser was written before those were a thing. js3-mode isn't currently maintained. You may want to check out js2-mode, or feel free to file a PR.

alissonperez commented 7 years ago

Ok, understood! Thanks @thomblake !