protocool / AckMate

TextMate plugin (Cocoa) shell for running 'ack'
MIT License
723 stars 34 forks source link

add coffeescript file extension (.coffee) #21

Closed ealdent closed 13 years ago

ealdent commented 13 years ago

Pretty much just a single line of code added here, for filtering out coffeescript files (.coffee). I built and installed it locally and everything seems cool.

Thanks for the great plugin!

protocool commented 13 years ago

Hey,

thanks for taking the time to contribute it really is appreciated.

But your change is to a file with an .autogenerated extension, sitting in a directory beside a file called DO_NOT_EDIT_AUTOGENERATED_FILES

The correct way to add new file types for AckMate is explained in the wiki https://github.com/protocool/AckMate/wiki

It's much, much simpler than building a new version every time a new file type crops up.

Again, thanks for the contribution, but I won't be applying your patch.

Regards, Trev

ealdent commented 13 years ago

yeah just saw that two minutes ago, sorry