5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 05:11:29 +08:00

fix: json5 code highlighting (#3278)

This commit is contained in:
madflow 2024-02-28 22:46:33 +01:00 committed by GitHub
parent 65cef2f206
commit 3bf4ea5113
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,6 +253,7 @@ module.exports = async function configCreatorAsync() {
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
additionalLanguages: ["json5"],
},
colorMode: {
defaultMode: "light",