Add syntax highlighting for D and Haskell

This commit is contained in:
Pedro Rodrigues 2012-02-14 20:46:56 +00:00
parent c062e56b4c
commit a9fc97db46
1 changed files with 4 additions and 0 deletions

View File

@ -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)$/