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