2 # DO NOT EDIT - This file is being maintained by Chef
 
   4 wfLoadExtension('Scribunto');
 
   7 $wgScribuntoDefaultEngine = 'luastandalone';
 
   9 // Set path to lua interpreter
 
  10 $wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
 
  12 // Enable syntax highlighting
 
  13 $wgScribuntoUseGeSHi = true;
 
  16 $wgScribuntoUseCodeEditor = true;