better-cpp-syntax
better-cpp-syntax copied to clipboard
`__attribute__` has scope `support.other.attribute`
Checklist
- [x] This problem exists even with the setting
"C_Cpp.enhancedColorization": "Disabled" - [ ] This bug exists for C
- [x] This bug exists for C++
- [ ] This bug exists for Objective-C
- [ ] This bug exists for Objective-C++
The code with a problem is:
struct A {} __attribute__((packed));
__attribute__ has the scope support.other.attribute when it should probably have the scope keyword.other.attribute.