I'm testing a WordPress-1.2 plugin for syntax hiliting of my code. It hilites ActionScript, ASP, C, C++, CSS, HTML, JAVA, JavaScript, Perl, PHP, Python, SQL, Visual Basic, XML codes.
PHP:
-
-
$var1 = 23; // variable 1
-
$var2 = 32; // variable 2
-
$vsum = $var1 + $var2; // sum of variables 1 & 2
-
Pretty cool, eh?
That is one cool plugin. Very very nice. As usual Wordpress developers come through with great stuff.
Yeah, WordPress rocks! I need to modify the code to lose the textbox though. If I was writing code to share with others this would be fine but for displaying code for discussion purposes I think the textbox needs to go.
Go on, read it here