atom / language-javascript

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

Add support for .cjs files #699

Open lukebmay opened 3 years ago

lukebmay commented 3 years ago

In settings, the file extension .cjs is not on the list of supported extensions. The extension has become a standard for common js files.

junderw commented 2 years ago

A new release with cjs support has been tagged and published to apm

https://github.com/atom/language-javascript/tree/v0.134.2 https://atom.io/packages/language-javascript

However, inside Atom itself, when I click check for updates, it says no updates and my package is stuck on v0.134.1

I wonder why...

attekemppila commented 2 years ago

I wonder why...

... because https://github.com/atom/atom/issues/23122 (Also filed by @junderw. Just linking it as a public service.)