You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++ identifiers with special meaning (final, override, import and module). are incorrectly highlighted out-of-context. These keywords should be considered as regular identifiers when used out of their special meaning context (c.f. C++20 standard, section 5.10, paragraph 2).
Reproduction:
int final, override, import, module;
Actual: these variables names are incorrectly highlighted as keywords.
Expected: no specific highlighting.
C++ identifiers with special meaning (final, override, import and module). are incorrectly highlighted out-of-context. These keywords should be considered as regular identifiers when used out of their special meaning context (c.f. C++20 standard, section 5.10, paragraph 2).
Reproduction:
Actual: these variables names are incorrectly highlighted as keywords.
Expected: no specific highlighting.
Refers to vim/vim#8745.
The text was updated successfully, but these errors were encountered: