update plugin files

This commit is contained in:
REJack
2022-02-07 21:05:14 +01:00
parent d9cfa5d35f
commit 961c26595d
110 changed files with 14550 additions and 13299 deletions

View File

@@ -330,6 +330,7 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
cx.state.context = new Context(cx.state.context, cx.state.localVars, true)
cx.state.localVars = null
}
pushcontext.lex = pushblockcontext.lex = true
function popcontext() {
cx.state.localVars = cx.state.context.vars
cx.state.context = cx.state.context.prev