tree-sitter-gleam icon indicating copy to clipboard operation
tree-sitter-gleam copied to clipboard

🌳 A tree-sitter grammar for the Gleam programming language

Results 2 tree-sitter-gleam issues
Sort by recently updated
recently updated
newest added

With `tree-sitter` 0.20.6 as used by the CI, the tests all pass for me. However when upgrading to tree-sitter 0.21.0 and later, some of the highlight tests fail. ``` attributes:...

When I have code like: ```gleam http.Get, [".well-known", "webfinger"] -> case host { value if value == config.connection.host -> web_finger_page(req, config) _ -> wisp.not_found() } ``` in a case statement,...