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 )],