diff --git a/lib/utils.rb b/lib/utils.rb index 677322c9..82463f9e 100644 --- a/lib/utils.rb +++ b/lib/utils.rb @@ -34,6 +34,10 @@ module Utils :c when /(\.cpp|\.hpp|\.c++|\.h++|\.cc|\.hh|\.cxx|\.hxx)$/ :cpp + when /(\.d|\.di)$/ + :d + when /(\.hs|\.lhs)$/ + :haskell when /(\.rb|\.ru|\.rake|Rakefile|\.gemspec|\.rbx|Gemfile)$/ :ruby when /(\.py|\.pyw|\.sc|SConstruct|SConscript|\.tac)$/