mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 16:08:41 +00:00
fix: disable ambiguousCharacters highlight
This commit is contained in:
parent
b7347e76a2
commit
08a2281d17
@ -99,6 +99,9 @@ function blog_editor_init(name, editor_config) {
|
||||
},
|
||||
wordWrap: 'on',
|
||||
theme: 'vs',
|
||||
unicodeHighlight: {
|
||||
ambiguousCharacters: false,
|
||||
},
|
||||
});
|
||||
|
||||
monaco_editor_instance.getModel().setValue(input_content_md.val());
|
||||
|
Loading…
Reference in New Issue
Block a user