buggood first issuehelp welcomelanguage
倉庫指標
- Star
- (22,960 star)
- PR 合併指標
- (平均合併 6分鐘) (30 天內合併 2 個 PR)
描述
Incorrect highlight of raw string literals
A raw string literal will cause any code following it to be highlighted as a string.

Expected behavior
// just to show the error
vector<string> s({R"(JKhf2n"v; 0>qwv>q " JKhf2n"l0 "v42HHf&g )","4U \"N *+ "});
int other_code; // just to show the error