diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 725334a3de..4c9454a4b1 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -125,7 +125,7 @@ export default defineUserConfig({ // only enable shiki plugin in production mode IS_PROD ? shikiPlugin({ - langs: ['bash', 'diff', 'json', 'md', 'ts', 'vue'], + langs: ['bash', 'diff', 'json', 'md', 'scss', 'ts', 'vue'], themes: { light: 'one-light', dark: 'one-dark-pro',