]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wiki/templates/default/mw-ext-Scribunto.inc.php.erb
Install the CodeEditor extension and configure Sribunto to use it
[chef.git] / cookbooks / wiki / templates / default / mw-ext-Scribunto.inc.php.erb
diff --git a/cookbooks/wiki/templates/default/mw-ext-Scribunto.inc.php.erb b/cookbooks/wiki/templates/default/mw-ext-Scribunto.inc.php.erb
new file mode 100644 (file)
index 0000000..2d974f5
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+# DO NOT EDIT - This file is being maintained by Chef
+
+wfLoadExtension('Scribunto');
+
+// Enable syntax highlighting
+$wgScribuntoUseGeSHi = true;
+
+// Use code editor
+$wgScribuntoUseCodeEditor = true;