diff options
-rw-r--r-- | src/LexHTML.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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: |