update plugin files
This commit is contained in:
@@ -624,7 +624,7 @@ CodeMirror.defineMode("javascript", function(config, parserConfig) {
|
||||
if (type == "=>") return cont(typeexpr)
|
||||
}
|
||||
function typeprops(type) {
|
||||
if (type == "}") return cont()
|
||||
if (type.match(/[\}\)\]]/)) return cont()
|
||||
if (type == "," || type == ";") return cont(typeprops)
|
||||
return pass(typeprop, typeprops)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user