enable activeline highlight with selection
This commit is contained in:
parent
37baf8a2c6
commit
b80c3e2f73
|
@ -26,7 +26,7 @@
|
|||
matchBrackets: true,
|
||||
hintOptions: {},
|
||||
lintReportDelay: prefs.get('editor.lintReportDelay'),
|
||||
styleActiveLine: true,
|
||||
styleActiveLine: {nonEmpty: true},
|
||||
theme: prefs.get('editor.theme'),
|
||||
keyMap: prefs.get('editor.keyMap'),
|
||||
extraKeys: Object.assign(CodeMirror.defaults.extraKeys || {}, {
|
||||
|
|
Loading…
Reference in New Issue
Block a user