diff --git a/Libraries/LibGUI/CppLexer.cpp b/Libraries/LibGUI/CppLexer.cpp index b7b89e4ec3..ec7a62d5fd 100644 --- a/Libraries/LibGUI/CppLexer.cpp +++ b/Libraries/LibGUI/CppLexer.cpp @@ -655,7 +655,7 @@ Vector CppLexer::lex() } } } - commit_token(CppToken::Type::DoubleQuotedString); + commit_token(CppToken::Type::RawString); continue; } if (size_t prefix = match_string_prefix('\''); prefix > 0) {