Update CodeMirror to 5.13.5
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
|
||||
// Operators
|
||||
if (stream.match(operators)) {
|
||||
stream.eat("="); // Operators can follow assigin symbol.
|
||||
stream.eat("="); // Operators can follow assign symbol.
|
||||
return "operator";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user