mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-23 15:56:55 +00:00
Rename SyntaxHighlight RL module
Bug: T368166 Depends-On: I999937c1f6303ecc64adb6285e73a9ce10f67bd8 Change-Id: I68d13d6d3fed7c70d795b0864bf5fb9ef1409c0a
This commit is contained in:
parent
27136f2afa
commit
c08452684c
|
@ -220,7 +220,7 @@ class ScribuntoContentHandler extends CodeContentHandler {
|
|||
// @todo replace addModuleStyles line with the appropriate call on
|
||||
// SyntaxHighlight once one is created
|
||||
$parserOutput->addModuleStyles( [ 'ext.pygments' ] );
|
||||
$parserOutput->addModules( [ 'ext.pygments.linenumbers' ] );
|
||||
$parserOutput->addModules( [ 'ext.pygments.view' ] );
|
||||
return $status->getValue();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue