parent
84c9dad374
commit
a46c0e8347
|
@ -621,7 +621,7 @@ class PerlContext(context.Context):
|
||||||
|
|
||||||
class Perl(mode.Fundamental):
|
class Perl(mode.Fundamental):
|
||||||
modename = 'Perl'
|
modename = 'Perl'
|
||||||
extensions = ['.pl', '.pm']
|
extensions = ['.pl', '.pm', '.pod']
|
||||||
detection = ['perl']
|
detection = ['perl']
|
||||||
tabbercls = PerlTabber2
|
tabbercls = PerlTabber2
|
||||||
grammar = PerlGrammar
|
grammar = PerlGrammar
|
||||||
|
|
Loading…
Reference in New Issue