Skip to content

Commit 582962d

Browse files
authored
feat: support vue code (#195)
1 parent ee01913 commit 582962d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Highlight/hooks/useShiki.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export const HIGHLIGHT_LANGUAGES = [
2020
'sql',
2121
'bash',
2222
'sh',
23+
'vue',
24+
'vue-html',
2325
];
2426

2527
export const useShiki = (language, theme) => {

0 commit comments

Comments
 (0)