othree / es.next.syntax.vim

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

Import function invalid hilighting #11

Closed last-partizan closed 6 years ago

last-partizan commented 7 years ago

import() function highlited as javascriptReserved

2017-06-17 02-12-38

this is test case:

Vue.component("password-widget",      () => import("js/widgets/password-widget.vue"));
Vue.component("progressbar",          () => import("js/widgets/progressbar.vue"));
vivektiwary commented 6 years ago

having the same issue with neovim