Search terms
syntax highlighting
Expected Behavior
Since typedoc defaults code blocks to typescript, the plain text syntax highlighter should work out of the box.
Actual Behavior
If not modifying highlightLanguages, typedoc would issue a warning:
[warning] Code block with language text will not be highlighted in comment for ... as it was not included in the highlightLanguages option
Environment
Additional Context
This is only a request, since a user can always add text to highlightLanguages. However, since text is so common, I request considering adding it as default.