Skip to content

Instantly share code, notes, and snippets.

@metajack
Created December 8, 2009 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save metajack/252059 to your computer and use it in GitHub Desktop.
Save metajack/252059 to your computer and use it in GitHub Desktop.
<script src='LABjs/LAB.min.js'></script>
<script>
<!--
$LAB
.script('/syntaxhighlight/js/shCore.js')
.script('/syntaxhighlight/js/shBrushCpp.js')
.script('/syntaxhighlight/js/shBrushCss.js')
.script('/syntaxhighlight/js/shBrushJScript.js')
.script('/syntaxhighlight/js/shBrushPython.js')
.script('/syntaxhighlight/js/shBrushSql.js')
.script('/syntaxhighlight/js/shBrushXml.js')
.script('/syntaxhighlight/js/shBrushLisp.js')
.wait(function () {
dp.SyntaxHighlighter.ClipboardSwf = '/syntaxhighlight/flash/clipboard.swf';
dp.SyntaxHighlighter.HighlightAll('code');
});
// -->
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment