You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ES6 has another syntax for functions. What was { someProp: function () {} } can now be written as { someProp () {} }.
They should be jsObjectKey, but currently they get parsed as jsFuncCall. I tried my hand at adding support but couldn't grok vim's syntax highlighting.