diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-08-12 13:50:18 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-08-12 13:50:18 +0200 |
commit | 56c2c65458dc60e0ce8b50c67e12211339fb7afb (patch) | |
tree | ec6318a7db0c46a6353ee04125afeceda24f6d24 /application/libraries/Pygments.php | |
parent | 510a52deaed8e5ee6d2873dd21cada09ade70c50 (diff) |
pygments: Add .haml extension
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/libraries/Pygments.php')
-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 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', |