-
- Downloads
Using github's linguist to better detect filetypes and to do syntax highlighting.
parent
9ee34575
No related branches found
No related tags found
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 12 additions, 0 deletionsGemfile.lock
- app/views/refs/_tree_file.html.haml 4 additions, 4 deletionsapp/views/refs/_tree_file.html.haml
- app/views/snippets/show.html.haml 2 additions, 3 deletionsapp/views/snippets/show.html.haml
- config/initializers/gitlabhq/20_grit_ext.rb 2 additions, 5 deletionsconfig/initializers/gitlabhq/20_grit_ext.rb
- lib/utils.rb 0 additions, 44 deletionslib/utils.rb
Loading
| Loading
| @@ -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" | ||
Loading
| Loading
|
lib/utils.rb
deleted
100644 → 0
Please register or sign in to comment