mediawiki-extensions-Syntax.../maintenance
Ryan Schmidt 57b3580811 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 19:01:50 +00:00
..
updateCSS.php Use Maintenance::fatalError instead of exception in maintenance script 2020-06-02 20:25:39 +00:00
updateLexerList.php Fix lexer list parsing on Windows 2023-05-11 19:01:50 +00:00