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
7
7
h2. Changes in 1.0.6
8
8
9
9
* 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.
10
11
* Fixed wrong HTML file type. (was @:page@) [GH-16, thanks to Doug Hammond]
11
12
* The CSS Scanner now highlights tokens like @url(...)@ as @:function@ instead of @:string@. [GH-13, thanks to Joel Holdbrooks]
12
13
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ def here fn = nil
79
79
80
80
options = {
81
81
:tab_width => 2 ,
82
+ # :line_numbers => :inline,
82
83
:css => $style ? :style : :class ,
83
84
}
84
85
$hl = CodeRay . encoder ( format , options ) unless $dump_output
You can’t perform that action at this time.
0 commit comments