fix: markview render error

This commit is contained in:
2025-07-18 16:00:01 +03:00
parent 2eff31a3ac
commit 37508d1e12
5 changed files with 42 additions and 22 deletions

View File

@@ -348,6 +348,13 @@ return {
},
},
},
jsonls = {
filetypes = {
"json",
"jsonc",
"json5",
},
},
},
},
}