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

C++11: noexcept not highlighted #78

@jbreitbart

Description

@jbreitbart

In C++ code the qualifier noexcept is not highlighted correctly. I have tried various syntax themes

Here is an example code:

class a {
    void f() noexcept {
    }
};

noexecpt

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