Skip to content

Commit

Permalink
r17162@mel: andy | 2006-08-31 00:40:44 -0500
Browse files Browse the repository at this point in the history
 Added mason
  • Loading branch information
petdance committed Sep 4, 2006
1 parent 5b0fb81 commit 1bc9d9c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Ack.pm
Expand Up @@ -16,6 +16,31 @@ Version 1.27_01

our $VERSION = '1.27_01';

our %mappings = (
asm => [qw( s S )],
binary => q{Binary files, as defined by Perl's -B op (default: off)},
cc => [qw( c h )],
css => [qw( css )],
elisp => [qw( el )],
haskell => [qw( hs lhs )],
html => [qw( htm html shtml )],
lisp => [qw( lisp )],
js => [qw( js )],
mason => [qw( mas )],
ocaml => [qw( ml mli )],
parrot => [qw( pir pasm pmc ops pod pg tg )],
perl => [qw( pl pm pod tt ttml t )],
php => [qw( php phpt htm html )],
python => [qw( py )],
ruby => [qw( rb rhtml rjs )],
scheme => [qw( scm )],
shell => [qw( sh bash csh ksh zsh )],
sql => [qw( sql ctl )],
tt => [qw( tt tt2 )],
vim => [qw( vim )],
yaml => [qw( yaml yml )],
);

=head1 SYNOPSIS
No user-serviceable parts inside. F<ack> is all that should use this.
Expand Down

0 comments on commit 1bc9d9c

Please sign in to comment.