gleam-lang / tree-sitter-gleam

🌳 A tree-sitter grammar for the Gleam programming language
Apache License 2.0
66 stars 13 forks source link

Allow discarding module imports with underscore #75

Closed the-mikedavis closed 9 months ago

the-mikedavis commented 9 months ago

Gleam 0.23.3 allows discarding imported modules with the discard syntax. This needs a small change in tree-sitter-gleam to accept discard nodes in the import's 'as' field.