Easy code highlighting for Wordpress with Chili (the bundled version is 1.9):
code tab<code class="lang"></code> tagslang with the language to highlight<code class="php">echo "<script>alert( 'Hello ' + $name );</script>";</code><code class="javascript">alert( 'Hello ' + $name );</code><pre><code class="lang"></code></pre> tags if you want to preserve white spacecode tab for introducing your code snippets, like not having to escape the code yourself, like applying templates, ...)



