Subject: | [PATCH] --haskell |
The following patch adds supports for looking in Haskell files:
--- Ack.pm 2006-07-16 02:10:36.000000000 -0400
+++ /usr/local/share/perl/5.8.8/App/Ack.pm 2006-08-08
10:37:49.000000000 -0400
@@ -50,6 +50,7 @@
shell => [qw( sh bash csh ksh zsh )],
sql => [qw( sql ctl )],
yaml => [qw( yaml )],
+ haskell => [qw( hs lhs )],
);
sub _init_types {
@@ -300,6 +301,7 @@
-a, --all All files, regardless of extension
(but still skips RCS, CVS, .svn, _darcs and blib
dirs)
--[no]cc LIST
+ --[no]haskell LIST
--[no]javascript LIST
--[no]js same as --[no]javascript
--[no]parrot LIST