Keywords: Mediawiki - OS X - How to - Other
Description:
The syntax highlight extension "SyntaxHighlight_GeSHi" is already pre-installed in the macOS MediaWiki App. This is great.
I changed my "LocalSettings.php" file and added the line
wfLoadExtension( 'SyntaxHighlight_GeSHi' );
(VisualEditor is also enabled and it works properly).
After a restart of the services it does work partly. This means for example
Label
Does show a gray area with a dashed blue border. It does somehow not colorize the XML code.
Any clue what's wrong here?