up vote 6 down vote favorite
1
share [g+] share [fb]

Can anybody recommend a reliable and decently documented code highlighter for WordPress 2.6.1. I have tried Code Snippet by Roman Roan and Developer Formatter by Gilberto Saraiva. But they don't seem to work as described in the documentation and are mangling the code snippets instead of prettifying them.

link|improve this question

62% accept rate
Re-opened...OP is asking about a 'code highlighter' widget...something programmers use on their blogs...seems programming related to me. – Kev Sep 27 '08 at 2:23
feedback

6 Answers

up vote 5 down vote accepted

I use WP-Syntax and it's worked very well for me. It's supported every language I've thrown at it so far, and the colors can be customized for a particular theme (though the defaults look just fine too)

link|improve this answer
feedback

You should also checkout syntaxhighlighter from Google Code.

link|improve this answer
feedback

I'll second wp-synax I use it on my blog.

link|improve this answer
feedback

I use the GeSHi Syntax Highlighter Plugin in my blog and I find it works well. Which highlighter you use tends to depend on which languages you use most frequently and how good the support is for them.

[Edit] I forgot that GeSHi is the highlighter associated with the Wordpress SyntaxHighlighter plugin. :/

link|improve this answer
feedback

WP-Syntax uses GeSHi to do the highlighting, the WordPress Syntax Highlighter uses the Javascript SyntaxHighlighter

link|improve this answer
feedback

http://wordpress.org/extend/plugins/wp-synhighlight

It utilizes shordcodes and works well in GUI editor also unlike some others (WP-Syntax has some problems with GUI).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.