gleam-lang / tree-sitter-gleam

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

Syntax fails with % in pattern guards. #95

Closed TheShmill closed 2 months ago

TheShmill commented 3 months 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