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
{{ message }}
This repository was archived by the owner on Nov 3, 2025. It is now read-only.
Describe the bug
Module membership declarations are not support in the grammar
Requirements
To Reproduce
Grammar does not support module membership declarations which prevents a highlighting query from targeting them.
Which currently parses as the following (notice the ERROR)
(expression_statement (qualified_identifier (identifier)) (ERROR (identifier)))Expected behavior
I expect the module membership declarations to parse properly.