diff options
Diffstat (limited to 'lexers/LexHTML.cxx')
-rw-r--r-- | lexers/LexHTML.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lexers/LexHTML.cxx b/lexers/LexHTML.cxx index 43f51de6b..4948d00d5 100644 --- a/lexers/LexHTML.cxx +++ b/lexers/LexHTML.cxx @@ -898,7 +898,7 @@ static void ColouriseHyperTextDoc(Sci_PositionU startPos, Sci_Position length, i ///////////////////////////////////// // handle the start of PHP pre-processor = Non-HTML else if ((state != SCE_H_ASPAT) && - !isPHPStringState(state) && + !isStringState(state) && (state != SCE_HPHP_COMMENT) && (state != SCE_HPHP_COMMENTLINE) && (ch == '<') && |