Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

[c++] noexcept and override don't get correctly highlighted #180

@aeschli

Description

@aeschli

From @jrlanglois on December 1, 2016 0:27

  • VSCode Version: 1.7.2
  • OS Version: 10.11.6 (El Capitan)

Example:

screen shot 2016-11-30 at 19 25 43

Code:

override
void foo() override
{
}

noexcept
void bar() noexcept
{
}

Funnily enough, GitHub's C++ synthax highlighter has the opposite result!

Copied from original issue: microsoft/vscode#16300

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions