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.
2 parents bdb3f6b + e24e289 commit 5641ddfCopy full SHA for 5641ddf
1 file changed
components/ShikiCodeHighlightProvider.tsx
@@ -6,7 +6,7 @@ import type { PropsWithChildren } from 'react';
6
async function loadShiki() {
7
const { createHighlighter } = await import('shiki');
8
const shiki = await createHighlighter({
9
- langs: ['ts', 'tsx', 'css', 'shell'],
+ langs: ['ts', 'tsx', 'json', 'css', 'shell'],
10
themes: [],
11
});
12
0 commit comments