|
MediaWiki master
|
Service for syntax highlighting. More...
Public Member Functions | |
| __construct (private readonly ObjectFactory $objectFactory, private readonly array $providerSpecs,) | |
| highlight (string $code, CodeHighlighterOptions $options) | |
| Highlight the given code based on the given language. | |
| MediaWiki\Content\CodeHighlighter::__construct | ( | private readonly ObjectFactory | $objectFactory, |
| private readonly array | $providerSpecs ) |
Definition at line 19 of file CodeHighlighter.php.
| MediaWiki\Content\CodeHighlighter::highlight | ( | string | $code, |
| CodeHighlighterOptions | $options ) |
Highlight the given code based on the given language.
| string | $code | Code to be syntax-highlighted |
| CodeHighlighterOptions | $options | Options for syntax highlighting. |
Definition at line 45 of file CodeHighlighter.php.