add perl module (.pm) extension

The .pm extension is perl's module or library extension by convention.
pull/3258/head
Dan Boorstein 3 years ago committed by GitHub
parent 35eb0efbc0
commit 7bfc150164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ declare var require: any;
registerLanguage({
id: 'perl',
extensions: ['.pl'],
extensions: ['.pl', '.pm'],
aliases: ['Perl', 'pl'],
loader: () => {
if (AMD) {

Loading…
Cancel
Save