Skip to content

Commit

Permalink
feat!: switch the default highlighter to Shiki
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 2, 2024
1 parent e1e198c commit 4b1c697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/config.ts
Expand Up @@ -13,7 +13,7 @@ export function getDefaultConfig(): SlidevConfig {
download: false,
export: {} as ResolvedExportOptions,
info: false,
highlighter: 'prism',
highlighter: 'shiki',
lineNumbers: false,
colorSchema: 'auto',
routerMode: 'history',
Expand Down

0 comments on commit 4b1c697

Please sign in to comment.