fix: string not correctly syntax highlighted

This commit is contained in:
Roy Qu 2024-03-28 18:43:45 +08:00
parent 23c3644871
commit bcf2288cde
1 changed files with 1 additions and 0 deletions

View File

@ -1680,6 +1680,7 @@ void CppSyntaxer::next()
break;
case RangeState::rsString:
case RangeState::rsStringNextLine:
case RangeState::rsStringUnfinished:
//qDebug()<<"*1-0-0*";
procString();
break;