Thanks to the author of this blog--http://heisencoder.net/2009/01/adding-syntax-highlighting-to-blogger.html for providing info about how to add syntax highlight for blogger.
This function has already been available in wordpress for quite a while, and only until recently I found it also work for blogger. I have added code syntax highlight to this blog and the setup is quite easy.
Here is an example of code with syntax highlight
begin dbms_output.put_line('hello world'); end;
Though this highlight plugin looks great, there is problem with it --cannot wrapping long line automatically.

Filed under:
Others
Post a Comment