Skip to content

Commit

Permalink
fix: json5 code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
madflow committed Feb 26, 2024
1 parent 65cef2f commit f03981c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ module.exports = async function configCreatorAsync() {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["json5"],
},
colorMode: {
defaultMode: "light",
Expand Down

0 comments on commit f03981c

Please sign in to comment.