Skip to content

Commit

Permalink
Render rust and toml syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Jul 5, 2024
1 parent b1d8adf commit 09f85d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ["bash"]
additionalLanguages: ["bash", "rust", "toml"]
},
} satisfies Preset.ThemeConfig,
};
Expand Down

0 comments on commit 09f85d3

Please sign in to comment.