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:
parent
65cef2f206
commit
3bf4ea5113
@ -253,6 +253,7 @@ module.exports = async function configCreatorAsync() {
|
||||
prism: {
|
||||
theme: lightCodeTheme,
|
||||
darkTheme: darkCodeTheme,
|
||||
additionalLanguages: ["json5"],
|
||||
},
|
||||
colorMode: {
|
||||
defaultMode: "light",
|
||||
|
Loading…
Reference in New Issue
Block a user