diff options
Diffstat (limited to 'application/libraries')
-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', |