AckMate inconsistently reading .ackrc
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.
Did anyone ever figure out anything on this? I'm having the same issue.