othree / es.next.syntax.vim

ES.Next syntax for Vim
MIT License
125 stars 7 forks source link

Support for import() #9

Closed MikaAK closed 7 years ago

MikaAK commented 7 years ago

With System.import being deprecated and replaced with import('./stuff') it would be nice to have support for it especially since webpack 2 supports import() now: beta-28.

screen shot 2016-12-13 at 5 22 50 pm

currently it's coded as <javascriptReserved> javascriptReserved> lo<Error>