misc
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / parser / Scanner.java
index 751e8c0..6b1e495 100644 (file)
@@ -1612,6 +1612,7 @@ public class Scanner implements IScanner, ITerminalSymbols {
                   this.lastCommentLinePosition = this.currentPosition;
                   if (currentCharacter == '?') {
                     if (getNextChar('>')) {
+                      // ?> breaks line comments 
                       startPosition = currentPosition - 2;
                       phpMode = false;
                       return TokenNameINLINE_HTML;