diff --git a/astro.config.mjs b/astro.config.mjs index 8c3bb295a5..4c272cddfa 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -194,7 +194,7 @@ export default defineConfig({ ], markdown: { shikiConfig: { - langs: ['powershell'], + langs: ['powershell', 'ts', 'rust', 'bash', 'json', 'toml'], }, rehypePlugins: [ rehypeHeadingIds,