This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,8 @@ <h2>14 Jul 2008</h2>
55
55
< li > Support for < code > nocode</ code > spans to allow embedding of line
56
56
numbers and code annotations which should not be styled or otherwise
57
57
affect the tokenization of prettified code.
58
- See the issue 22 < a href ="tests/prettify_test.html#issue22 "> testcase</ a > .</ code >
58
+ See the issue 22
59
+ < a href ="tests/prettify_test.html#issue22 "> testcase</ a > .</ code >
59
60
</ ul >
60
61
< h2 > 6 Jan 2009</ h2 >
61
62
< ul >
@@ -74,5 +75,13 @@ <h2>6 Jan 2009</h2>
74
75
wiki language handler, and changed to use the registered
75
76
CSS handler for STYLE element content.
76
77
</ ul >
78
+ < h2 > 21 May 2009</ h2 >
79
+ < ul >
80
+ < li > Rewrote to improve performance on large files.
81
+ See < a href ="http://mikesamuel.blogspot.com/2009/05/efficient-parsing-in-javascript.html "> benchmarks</ a > .</ li >
82
+ < li > Fixed bugs with highlighting of Haskell line comments, Lisp
83
+ number literals, Lua strings, C preprocessor directives,
84
+ newlines in Wiki code on Windows, and newlines in IE6.</ li >
85
+ </ ul >
77
86
</ body >
78
87
</ html >
You can’t perform that action at this time.
0 commit comments