clutcher / bh

Issue tracker for Better Highlights Intellij IDEA plugin
7 stars 0 forks source link

C++ attributes not highlighted #43

Closed mmaulwurff closed 1 year ago

mmaulwurff commented 1 year ago

Using Better Highlights 2023.2.10 on CLion 2023.1.1 on Windows 10 x64.

C++ attributes (like [[nodiscard]] and [[deprecated]]) are not highlighted:

image

Tried both KEYWORD and METHOD_KEYWORD, with and without [[ ]].

clutcher commented 1 year ago

So it is not a keyword, that's why it is not highlighted. But I can add support for it for CLion. For Rider support would not be added due to it is using lexer for highlighting.

clutcher commented 1 year ago

Would be included in next release.