gleam-lang / tree-sitter-gleam

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

New external type syntax #61

Closed lpil closed 1 year ago

lpil commented 1 year ago

Hello!

The external type syntax has been reworked.

// Previous
pub external type One

// New
pub type One

Thank you