I\'m planning to do a Cocoa app that requires code syntax to be colored (in all common languages). Instead of writing my own code highlighter/parser, are there any pre-made
You can also use the JavaScript library SyntaxHighlighter and embed it into a WebView into your app.