8000 last changes before release of 1.0.6 · rdht/coderay@31f8b4e · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31f8b4e

Browse files
committed
last changes before release of 1.0.6
1 parent 240f002 commit 31f8b4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Changes.textile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release
77
h2. 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

bench/bench.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0