We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1351c85 commit 59321d0Copy full SHA for 59321d0
packages/highlighter/src/index.tsx
@@ -25,7 +25,7 @@ export async function highlight({
25
setCDN("https://unpkg.com/shiki/")
26
highlighterPromise = getHighlighter({
27
theme: theme as IShikiTheme,
28
- langs: [lang as Lang], // TODO change lang from string to Lang
+ // langs: [lang as Lang], // TODO change lang from string to Lang
29
})
30
}
31
0 commit comments