Skip to content

Commit

Permalink
fix: update support lang
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Oct 29, 2024
1 parent c590092 commit 0c0b8eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/lib/utils/highlighter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ async function _getHighlighter() {
'json',
'svelte',
'xml',
'html',
'yaml',
'yml',
'json5',
'rust',
'java',
'kotlin',
],
})
}
Expand Down

0 comments on commit 0c0b8eb

Please sign in to comment.