Actions
Bug #102662
closedUse correct code-block languages
Start date:
2023-12-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While Sphinx ignores case of code-block languages the new code-highlighter is code-sensitive. So converting the cases all to lowercase.
There is no language called mysql in the new highlighter. In Sphinx this was an alias for sql. It does not really make sense to use mysql here, as the examples would also work in Maria-DB.
Actions