Updated codemirror to 5.4.0
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
CodeMirror.defineMode("cypher", function(config) {
|
||||
var tokenBase = function(stream/*, state*/) {
|
||||
var ch = stream.next(), curPunc = null;
|
||||
var ch = stream.next();
|
||||
if (ch === "\"" || ch === "'") {
|
||||
stream.match(/.+?["']/);
|
||||
return "string";
|
||||
|
||||
Reference in New Issue
Block a user