diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-12-09 13:53:11 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-12-09 13:53:11 +0100 |
commit | 8124653a6f24e05b793631480b1feb727d6b54cd (patch) | |
tree | f3a8248f1f074e5d1b78c8e4ab102886358f389e | |
parent | 7cb300b82ac380468ba40da4eed0eb35a7420089 (diff) |
Highlight .pm as perl
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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', |