From 2671c9d92a04204bbb5f687713794e4a5809cf6c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 19 Dec 2006 11:51:29 +0000 Subject: Fix for comment terminating for ?> in VB ASP. --- src/LexHTML.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/LexHTML.cxx') diff --git a/src/LexHTML.cxx b/src/LexHTML.cxx index dad8fce46..b4f471631 100644 --- a/src/LexHTML.cxx +++ b/src/LexHTML.cxx @@ -173,6 +173,7 @@ static inline bool stateAllowsTermination(int state) { bool allowTermination = !isStringState(state); if (allowTermination) { switch (state) { + case SCE_HB_COMMENTLINE: case SCE_HPHP_COMMENT: case SCE_HP_COMMENTLINE: case SCE_HPA_COMMENTLINE: -- cgit v1.2.3