Updated codemirror to 5.4.0
This commit is contained in:
3
public/vendor/codemirror/mode/vb/vb.js
vendored
3
public/vendor/codemirror/mode/vb/vb.js
vendored
@@ -264,8 +264,9 @@ CodeMirror.defineMode("vb", function(conf, parserConf) {
|
||||
if (trueText.match(closing) || trueText.match(doubleClosing) || trueText.match(middle)) return conf.indentUnit*(state.currentIndent-1);
|
||||
if(state.currentIndent < 0) return 0;
|
||||
return state.currentIndent * conf.indentUnit;
|
||||
}
|
||||
},
|
||||
|
||||
lineComment: "'"
|
||||
};
|
||||
return external;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user