Update CodeMirror to 5.13.5
This commit is contained in:
@@ -34,7 +34,7 @@ CodeMirror.defineMode("properties", function() {
|
||||
}
|
||||
|
||||
if (sol) {
|
||||
while(stream.eatSpace());
|
||||
while(stream.eatSpace()) {}
|
||||
}
|
||||
|
||||
var ch = stream.next();
|
||||
|
||||
Reference in New Issue
Block a user