<?php
/**
 * DokuPrism Plugin - Code highlighter using [prismjs.com] library
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author Adam Mnemnonic <adam85mn@gmail.com>
 */

$conf['override_code'] = 1;
$conf['override_file'] = 1;
$conf['lanuages_list'] = 'py|html|php|css|js';
