parent
84c9dad374
commit
a46c0e8347
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue