othree / es.next.syntax.vim

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

Export default async function #2

Closed RaitoBezarius closed 6 years ago

RaitoBezarius commented 8 years ago

It seems like that when you export a async function by default: export default async function somefun(x) { ... The async keyword is not recognized in this case.

I will try to take a look in the source, but I do not know a lot on vim syntax files. (any resources would be welcome!)

Thanks in advance!

othree commented 8 years ago
2015-12-04 12 06 22

Should work fine