Skip to content

Commit

Permalink
Docs: Enable syntax highlighting for several useful languages
Browse files Browse the repository at this point in the history
Syntax highlighting for most languages isn't enabled by default.
  • Loading branch information
rdw-software committed Feb 29, 2024
1 parent 28c6d29 commit 21ce7ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const config = {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["c", "cpp", "lua", "rust", "wgsl"],
},
}),
};
Expand Down

0 comments on commit 21ce7ad

Please sign in to comment.