diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-04-02 22:36:03 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-04-02 22:36:03 +0200 |
commit | 312701cba9bf40d0699aec44752a9aec7cc1e9d5 (patch) | |
tree | d46d0b0830348a7f3eb2f6ea431d93ce1dac3a89 | |
parent | 6d0057b13ced5a7991ad1b921c4c208895276a2e (diff) |
Pygments: Add .lhs extension
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 3c99481d1..13d82d2ad 100644 --- a/application/libraries/Pygments.php +++ b/application/libraries/Pygments.php @@ -182,6 +182,7 @@ class Pygments { 'html' => 'xml', 'java' => 'java', 'js' => 'js', + 'lhs' => 'lhs', 'lua' => 'lua', 'mli' => 'ocaml', 'mll' => 'ocaml', |