mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
fix: shiki don't load all lang
This commit is contained in:
parent
1795bb84b6
commit
b150d6d65e
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ export function highlightCode(code: string, lang: Lang) {
|
|||
'vitesse-dark',
|
||||
'vitesse-light',
|
||||
],
|
||||
langs: [],
|
||||
langs: [
|
||||
'html',
|
||||
],
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue