sublime-cpp11 icon indicating copy to clipboard operation
sublime-cpp11 copied to clipboard

`noexcept` is not highlighed for constructors

Open aldanor opened this issue 10 years ago • 0 comments

This is highlighted:

void foo() noexcept;

This is not:

Foo() noexcept;

aldanor avatar Jan 12 '16 16:01 aldanor