reverted 4622 codemirror3 because broke zencoding and drops support for IE7, we do not use the new features anyway. Sorry
This commit is contained in:
@@ -331,7 +331,7 @@ CodeMirror.defineMode('coffeescript', function(conf) {
|
||||
return style;
|
||||
},
|
||||
|
||||
indent: function(state) {
|
||||
indent: function(state, textAfter) {
|
||||
if (state.tokenize != tokenBase) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user