Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 98382 | Differences between
and this patch

Collapse All | Expand All

(-)work/scintilla/src/LexHTML.cxx (-1 / +1 lines)
Lines 678-684 Link Here
678
		}
678
		}
679
679
680
		// handle the start of ASP pre-processor = Non-HTML
680
		// handle the start of ASP pre-processor = Non-HTML
681
		else if (!isCommentASPState(state) && (ch == '<') && (chNext == '%')) {
681
		else if (!isCommentASPState(state) && (ch == '<') && (chNext == '%') && !isPHPStringState(state)) {
682
			styler.ColourTo(i - 1, StateToPrint);
682
			styler.ColourTo(i - 1, StateToPrint);
683
			beforePreProc = state;
683
			beforePreProc = state;
684
			if (inScriptType == eNonHtmlScript)
684
			if (inScriptType == eNonHtmlScript)

Return to bug 98382