var codeHighlighter = {
	shjsLangsDir: '/static/js/vendors/shjs/langs/',
	shjsLangsSuffix: '.min.js',
	shjsStyleName: 'style',
	shjsStyleDir: '/static/js/vendors/shjs/styles/',

	highlight: function () {
		if (typeof(window.sh_highlightDocument) != 'undefined') {
			window.sh_highlightDocument(this.shjsLangsDir, this.shjsLangsSuffix, this.shjsStyleName, this.shjsStyleDir);
		}
	}
}
