Open mmanela opened 5 months ago
Module membership declarations are not support in the grammar
Grammar does not support module membership declarations which prevents a highlighting query from targeting them.
module foo;
Which currently parses as the following (notice the ERROR)
(expression_statement (qualified_identifier (identifier)) (ERROR (identifier)))
I expect the module membership declarations to parse properly.
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)
Expected behavior
I expect the module membership declarations to parse properly.