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

Opaque type syntax highlighting #395

Closed ooflorent closed 7 years ago

ooflorent commented 7 years ago

Flow's opaque types are not properly highlighted. I think the opaque keyword should also be considered a keyword! Moreover, there is an issue with semicolon-less code.

opaque

gandm commented 7 years ago

2.69.0 supports opaque.

ooflorent commented 7 years ago

Damn, my editor hasn't updated yet. It works as expected now. Sorry for the inconvenience! Thank you for your work!