Skip to content

using in for is not highlighted as keyword #689

@EienMiku

Description

@EienMiku

Checklist

  • This problem exists even with the setting "C_Cpp.enhancedColorization": "Disabled"

The code with a problem is:

for (using a = int; ;);

Detail for this grammer could be found in https://wg21.link/P2360R0 , which is now part of C++23.

It looks like:

Image

The theme is Bluloco Light Italic.

It should look like:

Image

using in for should be highlighted like using above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions