mirror of
https://github.com/wavetermdev/wails.git
synced 2026-04-22 15:26:15 -07:00
fix: json5 code highlighting (#3278)
This commit is contained in:
@@ -253,6 +253,7 @@ module.exports = async function configCreatorAsync() {
|
||||
prism: {
|
||||
theme: lightCodeTheme,
|
||||
darkTheme: darkCodeTheme,
|
||||
additionalLanguages: ["json5"],
|
||||
},
|
||||
colorMode: {
|
||||
defaultMode: "light",
|
||||
|
||||
Reference in New Issue
Block a user