diff options
-rw-r--r-- | application/libraries/Pygments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/libraries/Pygments.php b/application/libraries/Pygments.php index 174642141..25f14b10b 100644 --- a/application/libraries/Pygments.php +++ b/application/libraries/Pygments.php @@ -210,6 +210,7 @@ class Pygments { 'php' => 'php', 'pl' => 'perl', 'plpgsql' => 'plpgsql', + 'pm' => 'perl', 'postgresql' => 'postgresql', 'pp' => 'puppet', 'py' => 'python', |