A small correction in LexerCPP::Lex(). For the "elif" token, GetRestOfLine(styler, sc.currentPos + 2, true); should be, GetRestOfLine(styler, sc.currentPos + 4, true);
LexerCPP::Lex()
GetRestOfLine(styler, sc.currentPos + 2, true);
GetRestOfLine(styler, sc.currentPos + 4, true);
I've attached a patch.
Fix committed as [fa4b41].
Commit: [fa4b41]
Log in to post a comment.
Fix committed as [fa4b41].
Related
Commit: [fa4b41]