Use `rouge` as the default syntax highlighter.

This commit is contained in:
Parker Moore 2015-01-17 16:42:38 -08:00
parent 336bb44750
commit 057b8cae7f
2 changed files with 2 additions and 2 deletions

View File

@ -36,12 +36,12 @@ Gem::Specification.new do |s|
# Before 3.0 drops, phase the following gems out as dev dependencies
# and gracefully handle their absence.
s.add_runtime_dependency('pygments.rb', '~> 0.6.0')
s.add_runtime_dependency('redcarpet', '~> 3.1')
s.add_runtime_dependency('toml', '~> 0.1.0')
s.add_runtime_dependency('jekyll-paginate', '~> 1.0')
s.add_runtime_dependency('jekyll-gist', '~> 1.0')
s.add_runtime_dependency('jekyll-coffeescript', '~> 1.0')
s.add_runtime_dependency('rouge', '~> 1.7')
s.add_runtime_dependency('jekyll-sass-converter', '~> 1.0')
s.add_runtime_dependency('jekyll-watch', '~> 1.1')
s.add_runtime_dependency('classifier-reborn', '~> 2.0')

View File

@ -35,7 +35,7 @@ module Jekyll
# Conversion
'markdown' => 'kramdown',
'highlighter' => 'pygments',
'highlighter' => 'rouge',
'lsi' => false,
'excerpt_separator' => "\n\n",