tree-sitter-cpp icon indicating copy to clipboard operation
tree-sitter-cpp copied to clipboard

Attribute syntax TODO: support using

Open elbeno opened this issue 1 year ago • 0 comments

Since C++17, attributes can have using in them:

[[using name::space: attr]]

Also (this is admittedly strange) the C++ grammar doesn't introduce an attribute with a single [[ token but with two tokens [ [. (Yes, this means it's really annoying to call an immediately-invoked lambda inside a call to operator[]).

elbeno avatar Aug 10 '23 04:08 elbeno