diff options
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r-- | lib/coderay/helpers/file_type.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb index c752a03..7b9939c 100644 --- a/lib/coderay/helpers/file_type.rb +++ b/lib/coderay/helpers/file_type.rb @@ -88,6 +88,7 @@ module CodeRay 'groovy' => :groovy, 'gvy' => :groovy, 'h' => :c, + 'haml' => :haml, 'htm' => :page, 'html' => :page, 'html.erb' => :erb, |