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

Added .mjs filetype to recognised file types #399

Closed Jamesernator closed 7 years ago

Jamesernator commented 7 years ago

Basically it's been pretty much decided now that .mjs as a file extension will be used to determine that a file is a JavaScript module in Node.js (see here and here).

Tooling is already starting to support it, so I thought it'd be nice to at least get syntax highlighting on those files.

gandm commented 7 years ago

Thanks for the PR.