We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e33e82 commit 22b97f9Copy full SHA for 22b97f9
site/doc-comments/index.md
@@ -27,6 +27,9 @@ TypeDoc supports code blocks in markdown and uses
27
the syntax highlighting theme with the
28
[`--lightHighlightTheme`](../options/output.md#lighthighlighttheme) and
29
[`--darkHighlightTheme`](../options/output.md#darkhighlighttheme) options.
30
+TypeDoc only loads some of the languages supported by Shiki by default. If you
31
+want to load additional languages, use the
32
+[`highlightLanguages`](../options/output.md#highlightlanguages) option.
33
34
````ts
35
/**
0 commit comments