Skip to content

Raw string literals highlighting is broken #56

@dkearns

Description

@dkearns

G'day,

I just noticed that raw string literal highlighting is broken.

Single line raw strings are highlighted as cppString and multiline raw string highlighting is broken. It would appear that the cppRawString syntax group needs to have higher priority than the cppString group.

foo = R"--( ... )--";
bar = R"--(
...
)--";

Screenshot from 2021-06-29 01-48-55

Thanks,
Doug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions