Friday, 9 July 2010

Test Page for Syntax Highlighting

I've been unsatisfied in the past about the results of posting code onto this blog in the past and I've long been meaning to add Syntax Highlighting to make it look better. Happily someone else has done the hard work. Thank you Alex for SyntaxHighlighter.
/**
* SyntaxHighlighter
*/
function foo()
{
  if (counter = 10)
      return;
  // it works!
}

No comments:

Post a Comment