sublime-cpp11
sublime-cpp11 copied to clipboard
`noexcept` is not highlighed for constructors
This is highlighted:
void foo() noexcept;
This is not:
Foo() noexcept;