mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 19:25:18 -04:00
Updated codemirror to 5.4.0
This commit is contained in:
parent
1d843c8ac2
commit
01685c255f
69 changed files with 2988 additions and 558 deletions
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;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue