ggreer / the_silver_searcher

A code-searching tool similar to ack, but faster.
http://geoff.greer.fm/ag/
Apache License 2.0
26.15k stars 1.43k forks source link

type filter extensibility #392

Open greg0ire opened 10 years ago

greg0ire commented 10 years ago

Having the ability to define one's custom types would be great. In ack, I defined for instance the i18n type, which matches both xml and xliff.

pavellishin commented 10 years ago

Second. I guess I can recompile with my own additions, but that's annoying.

paoloantinori commented 10 years ago

Lack of xml in particular is really surprising.

wavexx commented 10 years ago

I would also vouch for something similar to ack's "--type-set" + ~/.ackrc functionality to define custom file types. Having to use -G is not as convenient.

Pistos commented 8 years ago

+1. Please add.

vzaliva commented 6 years ago

+1 Please add