you try to put a rawstring inside a progmem `F` macro, the IDE doesn't quite know how to handle it visually, but the compiler accepts it normally. ## Comparasion | Arduino IDE | VSCode | | :----------------: | :----------: | |  |  | ## Code ```cpp auto lua_code = F(R"( local function init() print('ola mundo') end )"); ```