protocool / AckMate

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

AckMate inconsistently reading .ackrc #25

Open mswanson opened 13 years ago

mswanson commented 13 years ago

I have some custom extensions defined in ~/.ackrc and AckMate is reading some and ignoring others. Here is are the contents of the file:

--type-add=html=.haml,.liquid --type-add=css=.sass --ignore-dir=vendor --ignore-dir=templates

I am using version 1.1.1 of AckMate because of the utf8 bug already mentioned in the know issue list as well as the latest release of textmate. When I do a search I get results from haml and liquid files but not from sass files. The really odd thing is that if I put this line ( --type-add=css=.sass) in the options input on the search I do get result hits from sass files. I cannot figure out why it works one way and not the other. I tried upgrading to 1.1.2, but that doesn't fix the issue.

Please Help.

cadr commented 12 years ago

Did anyone ever figure out anything on this? I'm having the same issue.