gleam-lang / tree-sitter-gleam

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

Support scientific notation for floats #43

Closed lpil closed 1 year ago

lpil commented 1 year ago

Hello!

This is a feature added in v0.26.0

An example of it can be found here:

https://github.com/gleam-lang/gleam/blob/72756d5e123853fc66c8810f783cc137be05a5f4/test/language/src/main.gleam#L114-L125

lpil commented 1 year ago

Super speedy as always, thank you @the-mikedavis @J3RN !