Skip to content

Commit 59321d0

Browse files
committed
Make highlighter load all languages
1 parent 1351c85 commit 59321d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/highlighter/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function highlight({
2525
setCDN("https://unpkg.com/shiki/")
2626
highlighterPromise = getHighlighter({
2727
theme: theme as IShikiTheme,
28-
langs: [lang as Lang], // TODO change lang from string to Lang
28+
// langs: [lang as Lang], // TODO change lang from string to Lang
2929
})
3030
}
3131

0 commit comments

Comments
 (0)