The long lost SyntaxHighlighter brush
Last Updated on Wednesday, 02 June 2010 13:11
We've been asked many times what brush we use with SyntaxHighlighter. It's generally the PHP brush, with html-script set to true. html-script: true is used for when you're writing HTML inside of another language, such as PHP. For example:
Read more about it at http://alexgorbatchev.com/wiki/SyntaxHighlighter:Demo:html-script<pre class="brush:php; html-script: true"></pre>