recommended syntax highlighter wordpress plugin
Filed Under (Others) by admin on 15-12-2009
syntaxhighlighter by Alex Gorbatchev.
clean
simple
and easy to use,
install it then you’re of to go
what i like the most are the color themes
Here is an example:
<?php
$os = array("Mac", "NT", "Irix", "Linux");
if (in_array("Irix", $os)) {
echo "Got Irix";
}
if (in_array("mac", $os)) {
echo "Got mac";
}
?>
Download at wordpress.com:
http://wordpress.org/extend/plugins/syntaxhighlighter/


