CoffeeScript syntax highlighting in GNU Nano.
coffeescript-nano has now been merged into serialhex's nano-highlight repositor. I highly recommend you get your copy from there, because it includes a boatload of other useful highlighting files.
To install for the whole system, put coffee.nanorc in /usr/share/nano and add the following lines to your /etc/nanorc
## CoffeeScript
include "/usr/share/nano/coffee.nanorc"
or if you'd like to have it for just yourself, you can put coffee.nanorc anywhere, and put similar lines in your ~/.nanorc