parent
38b0b3a69a
commit
0861710245
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ var Zotero_CSL_Editor = new function () {
|
|||
let editorWin = document.getElementById("zotero-csl-editor-iframe").contentWindow;
|
||||
let { monaco: _monaco, editor: _editor } = await editorWin.loadMonaco({
|
||||
language: 'xml',
|
||||
theme: isDarkMQL.matches ? 'vs-dark' : 'vs-light'
|
||||
theme: isDarkMQL.matches ? 'vs-dark' : 'vs-light',
|
||||
insertSpaces: true,
|
||||
tabSize: 2,
|
||||
});
|
||||
monaco = _monaco;
|
||||
editor = _editor;
|
||||
|
|
Loading…
Reference in a new issue