Add .pm as perl. Fixes #90550.

This commit is contained in:
Jackson Kearl
2020-02-12 11:56:34 -08:00
parent c826b5312a
commit d22fd6d8ae
2 changed files with 90 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ const mappings = [
['perl', 'source.perl'],
['php', 'source.php'],
['pl', 'source.perl'],
['pm', 'source.perl'],
['ps1', 'source.powershell'],
['pug', 'text.pug'],
['py', 'source.python'],