Replace SyntaxHighlighter wiht Prism.

This commit is contained in:
Lars Jung 2014-08-04 17:06:39 +02:00
parent 2668c28737
commit 72d8152df5
34 changed files with 206 additions and 1797 deletions

View file

@ -6,6 +6,7 @@
// @include "lib/marked-*.js"
// @include "lib/modulejs-*.js"
// @include "lib/moment-*.js"
// @include "lib/prism-*.js"
// jQuery libs
// -----------
@ -22,6 +23,7 @@
modulejs.define('marked', function () { return marked; });
modulejs.define('modernizr', function () { return Modernizr; });
modulejs.define('moment', function () { return moment; });
modulejs.define('prism', function () { return Prism; });
modulejs.define('_', function () { return _; });
// @include "inc/**/*.js"