I wrote an plugin for syntaxhighlighting.
Needed this code after the main content:
<script type="text/javascript">
SyntaxHighlighter.all();
</script>
in my plugin I do this:
function body_suffix() {
$this->output('<script type="text/javascript">SyntaxHighlighter.all();</script>');
}