Skip to content

Commit

Permalink
docs: add missing highlighter for shiki
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 21, 2024
1 parent 1e57813 commit cb93ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default defineUserConfig({
// only enable shiki plugin in production mode
IS_PROD
? shikiPlugin({
langs: ['bash', 'diff', 'json', 'md', 'ts', 'vue'],
langs: ['bash', 'diff', 'json', 'md', 'scss', 'ts', 'vue'],
themes: {
light: 'one-light',
dark: 'one-dark-pro',
Expand Down

0 comments on commit cb93ce3

Please sign in to comment.