helixbass / prettier-plugin-coffeescript

Prettier Coffeescript Plugin
MIT License
37 stars 1 forks source link

Support .cson extension file #174

Open aminya opened 3 years ago

aminya commented 3 years ago

.cson files are valid coffeescript. It would be nice if .cson is also supported.

aminya commented 3 years ago

@helixbass Could you please add CSON?

helixbass commented 3 years ago

@aminya can you explain your understanding of how .cson should be supported? It looks here like .cson is already "registered" by this plugin (but I didn't originally write this code)?

aminya commented 3 years ago

When I run prettier it errors for the missing parser for this file extension.

helixbass commented 3 years ago

Ok when I try manually running eg yarn prettier path/to/some/file.cson in a repo where I have prettier-plugin-coffeescript set up, I'm seeing it succeed

So can you point me to an example repo where you see yarn prettier path/to/some/file.coffee working but yarn prettier path/to/some/file.cson failing?