beyondgrep / ack2

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

Addition of jspf files extension to jsp type #586

Closed smonff closed 8 years ago

smonff commented 8 years ago

I noticed that the jspf extension is not included in the jsp type. I personally always add it manually to the .ackrc file and it is ok this way, but it could be useful to have this out of the box for developers using JSP.

If you work with JSP files, there is a big chance that you also have to use JSPf(ragments), small pieces of reusable JSP that can be included inside them.

What I suggest is:

type-add=jsp:ext:jsp,jspf,jspx,jhtm,jhtml

See also the previous talk on the ack-users mailing list.

petdance commented 8 years ago

Added in 2.15_02.