Set selected linter during import
This commit is contained in:
parent
6c3501bf9a
commit
fdeffde2c3
|
@ -1955,7 +1955,7 @@ function showCodeMirrorPopup(title, html, options) {
|
|||
foldGutter: true,
|
||||
gutters: ['CodeMirror-linenumbers', 'CodeMirror-foldgutter', 'CodeMirror-lint-markers'],
|
||||
matchBrackets: true,
|
||||
lint: {getAnnotations: CodeMirror.lint.css, delay: 0},
|
||||
lint: getLinterConfigForCodeMirror(prefs.get('editor.linter')),
|
||||
styleActiveLine: true,
|
||||
theme: prefs.get('editor.theme'),
|
||||
keyMap: prefs.get('editor.keyMap')
|
||||
|
|
Loading…
Reference in New Issue
Block a user