Skip to content

Commit 124a5e8

Browse files
committed
f - Add support for Rust syntax highlighting
1 parent edae012 commit 124a5e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ module.exports = {
7575
],
7676
copyright: `Copyright © ${new Date().getFullYear()} Square Crypto, Inc.`,
7777
},
78+
prism: {
79+
additionalLanguages: ['rust'],
80+
},
7881
},
7982
presets: [
8083
[

0 commit comments

Comments
 (0)