Sarfraz
Sarfraz

Reputation: 382909

Code Colorer Being Used

I visited this site and i really liked the code colorer used by it (apart from that CSS3 article on speech bubbles).

I went through the source code of that page but could not find which syntax highlighter is being used there.

Does any one have an idea?

Upvotes: 2

Views: 381

Answers (2)

Mottie
Mottie

Reputation: 86483

That almost looks like it was hand coded because each line is on an <li> or more likely processed server side. Anyway, here is a post about 9 useful javascript syntax highlighter scripts.


Update: If you listen to this ShopTalk podcast with Doug Neiner, he actually talks about doing his syntax highlighting server side. He doesn't work for ZURB, but maybe there was an influence there?

Upvotes: 1

ChrisR
ChrisR

Reputation: 14467

As far as i can tell it's a serverside script since it isn't colored by javascript so you are out of luck on determining what script he uses by looking at the source. Perhaps contact the site owner or take a look at http://alexgorbatchev.com/wiki/SyntaxHighlighter

Upvotes: 4

Related Questions