better-cpp-syntax icon indicating copy to clipboard operation
better-cpp-syntax copied to clipboard

`__attribute__` has scope `support.other.attribute`

Open matter123 opened this issue 6 years ago • 0 comments

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.

matter123 avatar Oct 17 '19 15:10 matter123