Skip to content

Commit fdad639

Browse files
committed
add swift syntax highlighting
1 parent b37789f commit fdad639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ const config = {
149149
theme: lightCodeTheme,
150150
darkTheme: darkCodeTheme,
151151
additionalLanguages: [
152-
"rust"
152+
"rust",
153+
"swift"
153154
]
154155
},
155156
}),

0 commit comments

Comments
 (0)