mediawiki-extensions-Syntax.../includes
Ryan Schmidt 90bf39a264 Fix lexer list parsing on Windows
When using a non-bundled Pygments (which is required on Windows, as the
bundled version is an ELF binary), we call into the Pygments executable
to generate the list of supported languages (lexers). This list seems to
occasionally include carraige returns, causing some languages to not be
processed correctly. Trim those CRs out so the language list is
accurate.

Bug: T336087
Change-Id: If8b1f145dd10e2c4707d6d32927e85d1d2459f15
(cherry picked from commit 2ae82c7fb7)
2023-05-11 18:57:25 +00:00
..
ParsoidExt.php Add Parsoid support for syntaxhighlight 2022-08-08 20:07:46 -04:00
Pygmentize.php Fix lexer list parsing on Windows 2023-05-11 18:57:25 +00:00
PygmentsException.php Port to BoxedCommand 2021-09-10 11:47:28 -07:00
ResourceLoaderPygmentsModule.php Use new ResourceLoader namespace 2022-05-27 03:42:55 +00:00
ResourceLoaderSyntaxHighlightVisualEditorModule.php Use new ResourceLoader namespace 2022-05-27 03:42:55 +00:00
SyntaxHighlight.php Fix the case of empty <syntaxhighlight /> tags 2022-08-21 13:46:17 +02:00
SyntaxHighlightAce.php Namespace rest of the extension 2022-03-18 01:42:11 +00:00
SyntaxHighlightGeSHiCompat.php Namespace rest of the extension 2022-03-18 01:42:11 +00:00