summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-08-12 13:50:18 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-08-12 13:50:18 +0200
commit56c2c65458dc60e0ce8b50c67e12211339fb7afb (patch)
treeec6318a7db0c46a6353ee04125afeceda24f6d24
parent510a52deaed8e5ee6d2873dd21cada09ade70c50 (diff)
pygments: Add .haml extension
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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 082c52394..82963af07 100644
--- a/application/libraries/Pygments.php
+++ b/application/libraries/Pygments.php
@@ -192,6 +192,7 @@ class Pygments {
'coffee' => 'coffee-script',
'cpp' => 'cpp',
'diff' => 'diff',
+ 'haml' => 'haml',
'h' => 'c',
'hs' => 'haskell',
'html' => 'xml',