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
It looks like a bunch of queries in our highlighting logic in the Sourcegraph monorepo are misusing IdentifierAttribute for marking properties, which are syntactically very different from __attribute__ in C or similar. We should add IdentifierProperty first, and clarify the docs.
The text was updated successfully, but these errors were encountered:
It looks like a bunch of queries in our highlighting logic in the Sourcegraph monorepo are misusing IdentifierAttribute for marking properties, which are syntactically very different from
__attribute__
in C or similar. We should addIdentifierProperty
first, and clarify the docs.The text was updated successfully, but these errors were encountered: