mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-20 07:49:57 +00:00
fix: shiki load basic languages initially
This commit is contained in:
parent
1c5ecb678b
commit
a58e9ce8bd
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ export function highlightCode(code: string, lang: Lang) {
|
||||||
'vitesse-light',
|
'vitesse-light',
|
||||||
],
|
],
|
||||||
langs: [
|
langs: [
|
||||||
|
'js',
|
||||||
|
'css',
|
||||||
'html',
|
'html',
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue