Skip to content

Commit 575cd7c

Browse files
committed
Add python syntax highlighting support
1 parent 5723f55 commit 575cd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const config = {
152152
prism: {
153153
theme: lightCodeTheme,
154154
darkTheme: darkCodeTheme,
155-
additionalLanguages: ["powershell", "swift", "kotlin"],
155+
additionalLanguages: ["powershell", "swift", "kotlin", "python"],
156156
},
157157
mermaid: {
158158
theme: { light: "neutral", dark: "forest" },

0 commit comments

Comments
 (0)