forked from extern/bruno
chore: fixed json syntax highlighting in codemirror
This commit is contained in:
parent
2007ff3a67
commit
48f1d7119f
@ -15,7 +15,7 @@ const QueryResult = ({data, isLoading, width}) => {
|
||||
lineNumbers: true,
|
||||
matchBrackets: true,
|
||||
autoCloseBrackets: true,
|
||||
mode: "application/json",
|
||||
mode: "application/ld+json",
|
||||
foldGutter: true,
|
||||
gutters: ["CodeMirror-linenumbers", "CodeMirror-foldgutter"],
|
||||
lineWrapping: true
|
||||
|
Loading…
Reference in New Issue
Block a user