diff --git a/Userland/Libraries/LibCpp/Lexer.cpp b/Userland/Libraries/LibCpp/Lexer.cpp index e4bc45fcf3..96f1f3fd59 100644 --- a/Userland/Libraries/LibCpp/Lexer.cpp +++ b/Userland/Libraries/LibCpp/Lexer.cpp @@ -56,7 +56,6 @@ constexpr char const* s_known_keywords[] = { "asm", "bitand", "bitor", - "bool", "break", "case", "catch", @@ -162,6 +161,7 @@ constexpr char const* s_known_types[] = { "Vector", "WeakPtr", "auto", + "bool", "char", "char16_t", "char32_t",