Blog
Documentation
Book a Demo
toggle menu
Categories
Discussions
Activity
Best Of...
Sign In
Sign In
Categories
Discussions
Activity
Best Of...
Sign In
×
Home
›
Vanilla 1.0 Help
Discussion
SyntaxHighlighter
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
SyntaxHighlighter
thomasmallen
September 2008
edited December 2008
in
Vanilla 1.0 Help
SyntaxHighlighter
0
Comments
Lussumo Bot
New
September 2008
Uploaded version 1.0
of SyntaxHighlighter.
0
Lussumo Bot
New
September 2008
Uploaded version 1.0
of SyntaxHighlighter.
0
Lussumo Bot
New
September 2008
Uploaded version 1.0
of SyntaxHighlighter.
0
Lussumo Bot
New
September 2008
Uploaded version 1.0
of SyntaxHighlighter.
0
thomasmallen
September 2008
The flurry of meaningless updates were to make sure that the remote update checker via Vanilla's admin "Updates and Reminders" was working, which it now is.
0
Lussumo Bot
New
December 2008
Uploaded version 1.1
of SyntaxHighlighter.
0
Lussumo Bot
New
December 2008
Uploaded version 1.1.1
of SyntaxHighlighter.
0
joelpittet
December 2008
c++, c# doesn't seem to work. but csharp does for the lang attr.
default.php line 63 replace with:
$hlString = preg_replace("/\[code( lang=\"([A-Za-z\+#]+)\")?\]/",
from
$hlString = preg_replace("/\[code( lang=\"([A-Za-z]+)\")?\]/",
I added + and # to the mix
0
Lussumo Bot
New
December 2008
Uploaded version 1.1.2
of SyntaxHighlighter.
0
thomasmallen
December 2008
Bug fixed!
0
Vadi
January 2009
There is a __MACOSX folder in the .zip archive - not sure if it should be present.
0
thomasmallen
February 2009
It shouldn't...I'm working on a Linux box right now so there's little chance it will be around for the next release.
0
Sign In
or
Register
to comment.
Comments
default.php line 63 replace with:
$hlString = preg_replace("/\[code( lang=\"([A-Za-z\+#]+)\")?\]/",
from
$hlString = preg_replace("/\[code( lang=\"([A-Za-z]+)\")?\]/",
I added + and # to the mix