gleam-lang / tree-sitter-gleam

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

Remove support for `try` #53

Closed the-mikedavis closed 1 year ago

the-mikedavis commented 1 year ago

try has been removed from the upstream parser: https://github.com/gleam-lang/gleam/issues/2041

This is a follow-up from #52 (see https://github.com/gleam-lang/tree-sitter-gleam/pull/52#discussion_r1160419864).