Category:Pages with syntax highlighting errors

From Free Pascal wiki
Jump to navigationJump to search

This category contains pages with <syntaxhighlight> calls which have encountered errors in parsing, or where the enclosed content is too large (current size limits are 1,000 lines of code or 102,400 bytes).

To correct errors, just define a known computing language name as an attribute of the <syntaxhighlight lang="…"> tag. Some languages are not yet supported, and failing a more targeted solution, setting it to lang="text" suppresses all errors. If the language is valid, do not change or remove the name of the language just to remove the page from this maintenance category. The real fix is to get the language supported by Pygments.

Details

Many languages (mostly obscure) had support dropped upon the switch from GeSHi to Pygments for syntax highlighting. Fallbacks may be added to SyntaxHighlight_GeSHi.compat.php where languages are sufficiently similar. For unsupported commonly used languages, please contribute language definitions to Pygments.

See also