Vergleich admin/jscripts/codemirror/addon/fold/comment-fold.js - 1.8.6 - 1.8.38
Zeile 28 | Zeile 28 |
---|---|
continue; |
continue; |
if (/comment/.test(cm.getTokenTypeAt(CodeMirror.Pos(line, found + 1)))) { | if (/comment/.test(cm.getTokenTypeAt(CodeMirror.Pos(line, found + 1))) && |
startCh = found + startToken.length; | startCh = found + startToken.length; |