Code Snippet Highlighting
August 2nd, 2007
After reading about Dean Edwards “star-light” syntax highlighting library on phpblogger.net, I decided to turn the results of their tutorial into a WordPress Plugin called “Snippet-Highlight”.
Download: Snippet Highlight
Usage:
- download and unzip
- upload plugin folder into yourWordPress plugin directory
- activate the plugin
- paste your code between <pre></pre> tags into your post
- beware of multiple php start and end tags
- voilá
Posted by Roland Rust
File under: Wordpress Plugins
4 Responses to “Code Snippet Highlighting”
Leave a Reply
See also:
- Find Us in dutch language (January 13th, 2008)
- Plugins in action: Mini-Slides (November 19th, 2007)
- Demo Mode 1.2 released (November 18th, 2007)
- Plugins in action: Mini-Slides on timbuktoons.tv (November 17th, 2007)
- Demo Mode 1.1 released (November 9th, 2007)


October 22nd, 2007 at 7:50 pm
Does this work in Wordpress 2.3? It doesn’t seem to.
October 22nd, 2007 at 8:05 pm
@bryan, yes ist does. I’m running wp 2.3 here on this blog. See the demo. If you need to troubleshoot something, please post at the forum: http://wpforum.designpraxis.at/
October 22nd, 2007 at 8:16 pm
Sorry, I did not enclose my code in “” tags. You might want to add that to the description of your plugin, as I don’t see it anywhere on your blog. Thanks for a great plugin!
October 22nd, 2007 at 8:25 pm
bryan, thanks for pointing this one out. description is updated now:)