Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ack CPAN distribution.

Maintainer(s)' notes

ack's issues are tracked at https://github.com/petdance/ack2

Report information
The Basics
Id: 24063
Status: resolved
Priority: 0/
Queue: ack

People
Owner: Nobody in particular
Requestors: UVOELKER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] extension for tex mode
Hello Andy, the following patch adds two other file types to the tex mode (classes and user style files). I wish you a merry Christmas and a happy new year. Good bye, Uwe
Subject: tex-extions.diff
Index: Ack.pm =================================================================== --- Ack.pm (Revision 220) +++ Ack.pm (Arbeitskopie) @@ -51,7 +51,7 @@ scheme => [qw( scm )], shell => [qw( sh bash csh ksh zsh )], sql => [qw( sql ctl )], - tex => [qw( tex )], + tex => [qw( tex cls sty )], tt => [qw( tt tt2 )], vim => [qw( vim )], yaml => [qw( yaml yml )],
Thanks. It'll be in the next release.