Support .cson extension file
.cson files are valid coffeescript. It would be nice if .cson is also supported.
@helixbass Could you please add CSON?
@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)?
When I run prettier it errors for the missing parser for this file extension.
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?