Skip to content

Commit

Permalink
fix: json5 code highlighting (wailsapp#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
madflow authored Feb 28, 2024
1 parent 65cef2f commit 3bf4ea5
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 3bf4ea5

Please sign in to comment.