open POD files as perl

--HG--
branch : pmacs2
This commit is contained in:
moculus 2009-01-29 05:38:16 +00:00
parent 84c9dad374
commit a46c0e8347
1 changed files with 1 additions and 1 deletions

View File

@ -621,7 +621,7 @@ class PerlContext(context.Context):
class Perl(mode.Fundamental):
modename = 'Perl'
extensions = ['.pl', '.pm']
extensions = ['.pl', '.pm', '.pod']
detection = ['perl']
tabbercls = PerlTabber2
grammar = PerlGrammar