SyntaxHighlighter and Objective-C
26 Nov 2010I have always used Alex Gorbatchevs SyntaxHighlighter to make code listings look pretty on this blog. There are several wordpress plugins that include these scripts automatically. It has one shortcoming, though. It doesn’t include any syntax highlighter for objective-c. When searching the net for some tips on how to add this feature, I found yet another wordpress plugin, SyntaxHighlighter Evolved, and this one included some additional languages, including objective-c. Great! Whats not so great, though, is that instead of using the pre-tag, it uses custom -tags. I guess there will be more difficult to switch between plugins in the feature…