atom / language-javascript

JavaScript language package for Atom
Other
194 stars 237 forks source link

Field highlighting not respecting async arrow functions #568

Open Nokel81 opened 6 years ago

Nokel81 commented 6 years ago

Prerequisites

Description

With arrow functions:

screen shot 2018-04-11 at 10 56 02 am

With keyword functions screen shot 2018-04-11 at 10 58 19 am

Versions

Atom    : 1.25.0
Electron: 1.7.11
Chrome  : 58.0.3029.110
Node    : 7.9.0
Macos   : 13.10.4
weilandia commented 5 years ago

+1

In the example below, fetchData is not highlighted correctly

fetchData = async () => { ... };

Atom 1.33.0