mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-22 11:15:23 -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
2
public/vendor/codemirror/mode/julia/julia.js
vendored
2
public/vendor/codemirror/mode/julia/julia.js
vendored
|
@ -34,7 +34,6 @@ CodeMirror.defineMode("julia", function(_conf, parserConf) {
|
|||
var closers = wordRegexp(blockClosers);
|
||||
var macro = /^@[_A-Za-z][_A-Za-z0-9]*/;
|
||||
var symbol = /^:[_A-Za-z][_A-Za-z0-9]*/;
|
||||
var indentInfo = null;
|
||||
|
||||
function in_array(state) {
|
||||
var ch = cur_scope(state);
|
||||
|
@ -247,7 +246,6 @@ CodeMirror.defineMode("julia", function(_conf, parserConf) {
|
|||
}
|
||||
|
||||
function tokenLexer(stream, state) {
|
||||
indentInfo = null;
|
||||
var style = state.tokenize(stream, state);
|
||||
var current = stream.current();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue