Missing break statement when encountering an unmatched scope end tag

This commit is contained in:
Antonio Scandurra
2016-04-27 10:56:50 +02:00
parent 7ba9cc6329
commit 1dc518050a

View File

@@ -381,6 +381,7 @@ class TokenizedBuffer extends Model
filePath: @buffer.getPath()
fileContents: @buffer.getText()
}
break
scopes
indentLevelForRow: (bufferRow) ->