summaryrefslogtreecommitdiffstats
path: root/application/libraries/Pygments.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-12-09 13:53:11 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-12-09 13:53:11 +0100
commit8124653a6f24e05b793631480b1feb727d6b54cd (patch)
treef3a8248f1f074e5d1b78c8e4ab102886358f389e /application/libraries/Pygments.php
parent7cb300b82ac380468ba40da4eed0eb35a7420089 (diff)
Highlight .pm as perl
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/libraries/Pygments.php')
-rw-r--r--application/libraries/Pygments.php1
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',