Skip to content

Commit fd184a7

Browse files
committed
Added Java and SQL language syntax coloring, removed Swift and Kotlin
1 parent d156c4a commit fd184a7

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", "python", "csharp"],
155+
additionalLanguages: ["powershell", "python", "csharp", "java", "sql"],
156156
},
157157
mermaid: {
158158
theme: { light: "neutral", dark: "forest" },

0 commit comments

Comments
 (0)