diff --git a/composables/shiki.ts b/composables/shiki.ts index 8bee2a8b..dfc5170d 100644 --- a/composables/shiki.ts +++ b/composables/shiki.ts @@ -16,6 +16,8 @@ export function highlightCode(code: string, lang: Lang) { 'vitesse-light', ], langs: [ + 'js', + 'css', 'html', ], })