1<?php
2/**
3 * Default settings for the syntaxhighlightjs plugin
4 *
5 * @author Claud D. Park <posquit0.bj@gmail.com>
6 */
7
8// Define a syntax for usage in DokuWiki
9$conf['syntax'] = 'sxh';
10// Choose a theme of highlight.js
11$conf['theme'] = 'default';
12// Restrict usage of plugin to these classes (comma separated)
13$conf['restrictedClasses'] = '';
14