Text
How to search files with less common extensions with AckMate
In my case is .twig but you can do it for any extension. It’s simple and you can check it in wiki ack’s page but if you’re not too acquainted with these kind of things, just do the following:
mate ~/.ackrcand add these lines:
--type-add php=twigAnd you got it!. P.S.: Other examples:
--type-set=sass=.scss --type-set=coffee=.coffee
-
html8902 liked this