File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
77h2. Changes in 1.0.6
88
99* New option @:break_lines@ for the HTML encoder (splits tokens at line breaks). [GH-15, thanks to Etienne Massip]
10+ * Improved speed of @:line_numbers => :inline@ option for the HTML encoder.
1011* Fixed wrong HTML file type. (was @:page@) [GH-16, thanks to Doug Hammond]
1112* The CSS Scanner now highlights tokens like @url(...)@ as @:function@ instead of @:string@. [GH-13, thanks to Joel Holdbrooks]
1213
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ def here fn = nil
7979
8080 options = {
8181 :tab_width => 2 ,
82+ # :line_numbers => :inline,
8283 :css => $style ? :style : :class ,
8384 }
8485 $hl = CodeRay . encoder ( format , options ) unless $dump_output
You can’t perform that action at this time.
0 commit comments