diff _doc/make.pl @ 163:6ce1f052b90a

temp commit
author wizard
date Tue, 15 Mar 2011 02:32:42 +0300
parents 84aa8c395fce
children 47dac58691ee
line wrap: on
line diff
--- a/_doc/make.pl	Wed Dec 29 16:55:24 2010 +0300
+++ b/_doc/make.pl	Tue Mar 15 02:32:42 2011 +0300
@@ -212,12 +212,8 @@
 	my ($hin,$hout);
 	local $/ = undef;
 	my $pid = eval { open2(
-		$hin, $hout, highlight => (
-			'--syntax' => $format,
-			'--html',
-			'--fragment',
-			'--inline-css',
-			'--enclose-pre'
+		$hin, $hout, 'source-highlight' => (
+			'--src-lang' => $format,
 		)
 	) } or return "<pre>".escape_html($text)."</pre>\n";