Skip to content

Commit

Permalink
Merge pull request #108 from RagnarokResearchLab/enable-syntax-highli…
Browse files Browse the repository at this point in the history
…ghting

Enable syntax highlighting for several useful languages
  • Loading branch information
rdw-software authored Feb 29, 2024
2 parents 28c6d29 + 21ce7ad commit 7dcd620
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 7dcd620

Please sign in to comment.