mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +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',
|
||||
],
|
||||
langs: [
|
||||
'js',
|
||||
'css',
|
||||
'html',
|
||||
],
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue