Skip to content

Commit bf2952d

Browse files
committed
Added csharp as an additional language to theme for syntax highlighting
1 parent 1564785 commit bf2952d

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", "csharp"],
156156
},
157157
mermaid: {
158158
theme: { light: "neutral", dark: "forest" },

0 commit comments

Comments
 (0)