Skip to content

Commit

Permalink
chore: add md and mdc to supported highlight syntaxes
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 23, 2024
1 parent f46183e commit a6c23cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default defineNuxtConfig({
'\\.(js|mjs|ts)$',
],
highlight: {
langs: ['json5', 'jsonc', 'toml', 'yaml', 'html', 'sh', 'shell', 'bash'],
langs: ['json5', 'jsonc', 'toml', 'yaml', 'html', 'sh', 'shell', 'bash', 'mdc', 'markdown', 'md'],
},
},
routeRules: {
Expand Down

0 comments on commit a6c23cd

Please sign in to comment.