Currently browsing syntax-highlighting


Wordpress syntax hiliter

Tue, 10 Aug 2004 18:10 UTC

I’m just trying out a nifty syntax hiliter plugin for Wordpress. This particular plugin handles HTML, CSS, PHP, Java, and SQL. I’ve modified it a little bit to suit my own personal tastes.

<?php
function hello_world()
{
    echo 'hello, world!';
}
hello_world(); // tells the world 'hello'
?>

UPDATE (3 Oct 2005): I’m now using CodeHighlight

Comments 5 Comments »  Permalink Permalink  Tags Tags: , ,