gleam-lang / tree-sitter-gleam

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

Allow discarding module imports with underscore #75

Closed the-mikedavis closed 1 year ago

the-mikedavis commented 1 year 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.