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
Describe the bug
Members inside structs are incorrectly highlighted (vim thinks they are reserved keywords but reserved keywords (to my knowledge) shouldn't be reserved inside structs)
To Reproduce
Detailed steps to reproduce the behavior:
typedefstructMyStruct
{
inta; // this is highlighted normallyintcopy; // this is highlighted as a reserved keywordintdelete; // this is highlighted differently as a reserved keyword
} MyStruct;
Expected behavior
Struct members should all be highlighted normally
Screenshots
Environment (please complete the following information):
(moved from vim's issues)
Describe the bug
Members inside structs are incorrectly highlighted (vim thinks they are reserved keywords but reserved keywords (to my knowledge) shouldn't be reserved inside structs)
To Reproduce
Detailed steps to reproduce the behavior:
Expected behavior
Struct members should all be highlighted normally
Screenshots

Environment (please complete the following information):
Additional context
I've had this issue for a few years, just never bothered to report it
The text was updated successfully, but these errors were encountered: