From d6fe4e777a4f543c8828dbf77e955ab38e6c2803 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 22 Jun 2011 07:22:23 +0000 Subject: #309 Improved highlighting of Ruby inside diffs --- lib/coderay/encoders/html.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/coderay/encoders') diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index 67d487c..724f3eb 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -96,16 +96,16 @@ module Encoders DEFAULT_OPTIONS = { :tab_width => 8, - :css => :class, + :css => :class, :style => :alpha, - :wrap => nil, + :wrap => nil, :title => 'CodeRay output', - :line_numbers => nil, + :line_numbers => nil, :line_number_anchors => 'n', - :line_number_start => 1, - :bold_every => 10, - :highlight_lines => nil, + :line_number_start => 1, + :bold_every => 10, + :highlight_lines => nil, :hint => false, } -- cgit v1.2.1