editor: raise highlight limit from 10k to 100k chars in one line
This commit is contained in:
parent
a5c3c2e895
commit
43fc26619d
|
@ -30,7 +30,8 @@
|
|||
'Alt-Enter': 'toggleStyle',
|
||||
'Alt-PageDown': 'nextEditor',
|
||||
'Alt-PageUp': 'prevEditor'
|
||||
}
|
||||
},
|
||||
maxHighlightLength: 100e3,
|
||||
};
|
||||
|
||||
Object.assign(CodeMirror.defaults, defaults, prefs.get('editor.options'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user