beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 140 forks source link

For the FAQ: handling "double extensions" #478

Closed petdance closed 7 years ago

petdance commented 10 years ago

If you have files like "foo.mako.py" and you want to make ".mako.py" be a type, you have to use the match form of --type-set.

--type-set=mako:match:.mako.py$

Be sure to discuss the shell quoting issues.

petdance commented 7 years ago

Moved to ack3.

https://github.com/petdance/ack3/issues/29