gleam-lang / tree-sitter-gleam

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

Parsing fails after float ending with `.` #30

Closed lpil closed 2 years ago

lpil commented 2 years ago

https://github.com/gleam-lang/stdlib/blob/c3f4f1b46443d70f0919d5646b3d4a4cc93d34d8/src/gleam/float.gleam#L247

image

After this float literal there is no more syntax highlighting.