Rename SyntaxHighlight RL module

Bug: T368166
Depends-On: I999937c1f6303ecc64adb6285e73a9ce10f67bd8
Change-Id: I68d13d6d3fed7c70d795b0864bf5fb9ef1409c0a
This commit is contained in:
Siddharth VP 2024-06-22 00:01:03 +05:30 committed by jenkins-bot
parent 27136f2afa
commit c08452684c

View file

@ -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();
}
}