feat: mixed html syntax, light theme for codemiror

This commit is contained in:
liyasthomas
2021-09-10 00:44:14 +05:30
parent c921606f3f
commit 8b27ebb96b
6 changed files with 25 additions and 24 deletions

View File

@@ -100,7 +100,7 @@ useCodemirror(
jsonBodyText,
reactive({
extendedEditorConfig: {
mode: "javascript",
mode: "application/ld+json",
readOnly: true,
lineWrapping: linewrapEnabled,
},