gleam-lang / tree-sitter-gleam

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

Syntax fails with % in pattern guards. #95

Closed TheShmill closed 2 weeks ago

TheShmill commented 3 weeks ago

90 was closed by #92, but support for % was not included in that PR.

This is how the syntax highlighting in my editor looks right now:

image

This is how I expect it to look:

image