]> git.openstreetmap.org Git - chef.git/blob - cookbooks/wiki/templates/default/mw-ext-Scribunto.inc.php.erb
2d974f55f55d6b01759810d1b6bc98e8d4887592
[chef.git] / cookbooks / wiki / templates / default / mw-ext-Scribunto.inc.php.erb
1 <?php
2 # DO NOT EDIT - This file is being maintained by Chef
3
4 wfLoadExtension('Scribunto');
5
6 // Enable syntax highlighting
7 $wgScribuntoUseGeSHi = true;
8
9 // Use code editor
10 $wgScribuntoUseCodeEditor = true;