mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 07:21:32 +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: {
|
prism: {
|
||||||
theme: lightCodeTheme,
|
theme: lightCodeTheme,
|
||||||
darkTheme: darkCodeTheme,
|
darkTheme: darkCodeTheme,
|
||||||
|
additionalLanguages: ["json5"],
|
||||||
},
|
},
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: "light",
|
defaultMode: "light",
|
||||||
|
Loading…
Reference in New Issue
Block a user