sublime-cpp11
sublime-cpp11 copied to clipboard
'final' modifier on class not highlighted
In example below, the 'final' attached to method() is highlighted, but the 'final' on class foo is not.
class foo final { void method() final; };