Skip to content

Commit a003116

Browse files
committed
更新代码高亮支持的语言
1 parent c9edc1f commit a003116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const config = {
148148
prism: {
149149
theme: lightCodeTheme,
150150
darkTheme: darkCodeTheme,
151+
additionalLanguages: ["c", "cpp", "diff", "bash", "css", "scss", "sass", "yaml"],
151152
},
152153
}),
153154
};

0 commit comments

Comments
 (0)