Ack isn't searching my .hamstache files. How do I get it included in searches?
My .ackrc file looks like this:
--type-add
ruby=haml
--type-add
ruby=slim
--type-add
js=.coffee
--type-set
coffee=.coffee
--type-add
haml=hamstache
When I run a search on the project I get this message:
ack: --type-add: Type "haml" does not exist, creating with "hamstache" ...