diff --git a/Libraries/LibGUI/CppLexer.cpp b/Libraries/LibGUI/CppLexer.cpp index b7b89e4ec36..ec7a62d5fd3 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) {