1<?php
2/**
3 * DokuPrism Plugin - Code highlighter using [prismjs.com] library
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author Adam Mnemnonic <adam85mn@gmail.com>
7 */
8
9$conf['override_code'] = 1;
10$conf['override_file'] = 1;
11$conf['lanuages_list'] = 'py|html|php|css|js';
12