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
The problem is that function_definition.type == PUGI_IMPL_FN and it analyses xml_parse_result as the initial scope. This is also why we have an error MISSING "::" which is because tree-sitter want's the function to be: PUGI_IMPL_FN xml_parse_result::xml_document::load_buffer
Adding some code snippets that fail with the tree-sitter frontend
The text was updated successfully, but these errors were encountered: