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

Extensions containing a period/full stop are not recognized #471

Closed hoelzro closed 10 years ago

hoelzro commented 10 years ago

Example:

ack --type-add=lua:ext:lua.in --lua -f # some projects generate .x files from .x.in files
petdance commented 10 years ago

I am OK with this behavior. We have regex matching for multi-dotted extensions.

Sent from my Verizon Wireless 4G LTE DROID

Rob Hoelz notifications@github.com wrote:

Example:

ack --type-add=lua:ext:lua.in --lua -f # some projects generate .x files from .x.in files

— Reply to this email directly or view it on GitHub.

hoelzro commented 10 years ago

I'll update the docs about this then.

hoelzro commented 10 years ago

See #478.