<?php
/**
 * Default settings for the syntaxhighlightjs plugin
 *
 * @author Claud D. Park <posquit0.bj@gmail.com>
 */

// Define a syntax for usage in DokuWiki
$conf['syntax'] = 'sxh';
// Choose a theme of highlight.js
$conf['theme'] = 'default';
// Restrict usage of plugin to these classes (comma separated)
$conf['restrictedClasses'] = '';
