Skip to content

Commit

Permalink
feat: support vue code (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai authored Sep 7, 2024
1 parent ee01913 commit 582962d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Highlight/hooks/useShiki.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ export const HIGHLIGHT_LANGUAGES = [
'sql',
'bash',
'sh',
'vue',
'vue-html',
];

export const useShiki = (language, theme) => {
Expand Down

0 comments on commit 582962d

Please sign in to comment.