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.
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.