protocool / AckMate

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

"rake" type doesn't seem to work #33

Open bradical opened 12 years ago

bradical commented 12 years ago

I am trying to search for stuff that appears in my .rake files using the "rake" type option but am getting no results.

In the mean time, I've added the .rake extension to my Ruby type:

--type-add=ruby=.haml,.rake,.rsel,.liquid,.feature,.sjs,.treetop

I've confirmed that the search works for the modified "ruby" type that also includes the .rake extension.

Any ideas on why searching the rake type wouldn't work though? I tried changing the "rake" type in my .ackrc to see if I could manually add .rake but that type appears immutable.

Let me know if this is an Ack issue rather than an AckMate issue.