gandm / language-babel

ES2017, flow, React JSX and GraphQL grammar and transpilation for ATOM
https://atom.io/packages/language-babel
MIT License
476 stars 83 forks source link

Some functions are not highlighted inside object literal #450

Closed kamataryo closed 7 years ago

kamataryo commented 7 years ago

Hello, Thanks for the cool language package! I saw some not-highlighted case.

$ atom -v
Atom    : 1.21.2
Electron: 1.6.15
Chrome  : 56.0.2924.87
Node    : 7.4.0

$ apm list | grep language-babel
├── language-babel@2.77.3

the case is below. It occurs with..

const obj = {
  f1: () =>
    outer(inner(aaaAAA, bbbBBB), ccc(), ddd),
}

2017-11-07 12 48 11