symfony did it again and syntax highlighting
Symfony, a PHP5 Framework did it again by launching another real-world application with all the goodie source code. This time they come out with Snipeet, an “open-source social code snippet repository” or so they call it. The other application which they come out with was the 2005 advent Calendar, a 24 days tutorial building the site askeet.
While exploring Snipeet, I came across something which I wanted to implement here, GeSHi - the Generic Syntax highlighter. As a blog mainly about software development, of course we will need a Syntax highlighter! But I will not be writing my own plugin for this. Next, my good friend “Google” lead me to a WordPress plugin call Simple Syntax Highlighter.
Ok, now to test it out with the standard “Hello World” thingy… and vola~~!
Error: Could not open helloworld.phps
Leave a Reply