Skip to content

incorrect sintax highlight PROGMEM RAW STRING #2748

Open
@RodrigoDornelles

Description

@RodrigoDornelles

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
Image Image

Code

auto lua_code = F(R"(
local function init()
 print('ola mundo')
end
)");

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions