Skip to content

Instantly share code, notes, and snippets.

@getify
Forked from metajack/gist:252059
Created December 8, 2009 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save getify/252062 to your computer and use it in GitHub Desktop.
Save getify/252062 to your computer and use it in GitHub Desktop.
<script src='LABjs/LAB.min.js'></script>
<script>
<!--
$LAB
.setOptions({BasePath:'/syntaxhighlight/js/'})
.script('shCore.js',
'shBrushCpp.js',
'shBrushCss.js',
'shBrushJScript.js',
'shBrushPython.js',
'shBrushSql.js',
'shBrushXml.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