Skip to content

Commit 218d010

Browse files
chore(docs): configure prism to style diff blocks (#2759)
1 parent 2bc02aa commit 218d010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docsite/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ const config: Config = {
108108
prism: {
109109
theme: prismThemes.vsLight,
110110
darkTheme: prismThemes.vsDark,
111+
additionalLanguages: ['diff'],
111112
},
112113
} satisfies Preset.ThemeConfig,
113114
};

0 commit comments

Comments
 (0)