Skip to content

Commit 22b97f9

Browse files
committed
Add note about highlightLanguages to site
Resolves #2943
1 parent 0e33e82 commit 22b97f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/doc-comments/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ TypeDoc supports code blocks in markdown and uses
2727
the syntax highlighting theme with the
2828
[`--lightHighlightTheme`](../options/output.md#lighthighlighttheme) and
2929
[`--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.
3033

3134
````ts
3235
/**

0 commit comments

Comments
 (0)