mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
ckeditor 5.60.0
This commit is contained in:
2
libraries/codemirror/mode/python/python.js
vendored
2
libraries/codemirror/mode/python/python.js
vendored
@@ -282,7 +282,7 @@
|
||||
}
|
||||
|
||||
function pushBracketScope(stream, state, type) {
|
||||
var align = stream.match(/^([\s\[\{\(]|#.*)*$/, false) ? null : stream.column() + 1
|
||||
var align = stream.match(/^[\s\[\{\(]*(?:#|$)/, false) ? null : stream.column() + 1
|
||||
state.scopes.push({offset: state.indent + hangingIndent,
|
||||
type: type,
|
||||
align: align})
|
||||
|
||||
Reference in New Issue
Block a user