From 43c2c08243bdc8ba5a3c3469ffdc57ca4cf6c2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Horstmann?= Date: Thu, 14 Jun 2012 12:57:15 +0300 Subject: [PATCH] Add extensions for jsp tag files --- Ack.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ack.pm b/Ack.pm index 84eea8c..1df75df 100644 --- a/Ack.pm +++ b/Ack.pm @@ -94,7 +94,7 @@ BEGIN { html => [qw( htm html shtml xhtml )], java => [qw( java properties )], js => [qw( js )], - jsp => [qw( jsp jspx jhtm jhtml )], + jsp => [qw( jsp jspx jhtm jhtml tag tagx )], lisp => [qw( lisp lsp )], lua => [qw( lua )], make => q{Makefiles (including *.mk and *.mak)},