diff --git a/composables/shiki.ts b/composables/shiki.ts index 975f84ca..09426ed4 100644 --- a/composables/shiki.ts +++ b/composables/shiki.ts @@ -15,6 +15,9 @@ export function highlightCode(code: string, lang: Lang) { 'vitesse-dark', 'vitesse-light', ], + langs: [ + lang, + ], }) }) }