From: axelcl Date: Fri, 24 Jun 2005 21:10:50 +0000 (+0000) Subject: misc X-Git-Url: http://git.phpeclipse.com misc --- diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java index 751e8c0..6b1e495 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/parser/Scanner.java @@ -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;