Update CodeMirror to 5.13.5
This commit is contained in:
@@ -70,7 +70,10 @@
|
||||
return "operator";
|
||||
case "\\":
|
||||
if (stream.match(/\\[a-z]+/)) return "string-2";
|
||||
else return null;
|
||||
else {
|
||||
stream.next();
|
||||
return "atom";
|
||||
}
|
||||
case ".":
|
||||
case ",":
|
||||
case ";":
|
||||
|
||||
Reference in New Issue
Block a user