Using github's linguist to better detect filetypes and to do syntax highlighting.

This commit is contained in:
Arthur Schreiber 2012-04-20 23:21:12 +02:00
parent 9ee345750c
commit 5b6019f357
6 changed files with 21 additions and 56 deletions

View file

@ -18,6 +18,7 @@ gem "six"
gem "therubyracer"
gem "faker"
gem "seed-fu"
gem "linguist", "~> 1.0.0", :git => "https://github.com/github/linguist.git"
gem "pygments.rb", "0.2.7"
gem "thin"
gem "unicorn"