Syntax Highlighting Plugins for WordPress

I have tried a number of syntax highlighting plugins for wordpress but these are the ones I liked the most: jQuery.Syntax: $(function() { setInterval(function() { var counter = parseInt($('body').data('counter')); if(!counter) { counter = 0; } ...