Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update gleam grammar and queries (#9003) | Frederick Schwalbe | 2023-12-05 |
| | |||
* | Update gleam grammar (#6641) | Arnar | 2023-04-09 |
| | |||
* | Update tree-sitter-gleam | Michael Davis | 2022-11-24 |
| | | | | | | | This update includes a handful of fixes, a new binary concatenation operator (already highlighted by the `binary_operator` rule), and a new `use` language construct. The nodes are backwards compatible but this update introduces two new nodes for highlighting: `use` and `<-`. | ||
* | add test textobjects queries for erlang,gleam,go,python,rust | Michael Davis | 2022-06-21 |
| | |||
* | add textobject queries for gleam | Michael Davis | 2022-06-07 |
| | |||
* | update Gleam grammar and queries | Michael Davis | 2022-05-25 |
| | | | | | | | | | | | | | | | | | | | | | | | With respect to the queries: The locals scope for functions was not large enough, so a function's parameter could outlive the function body. To fix it, we just widen the scope to the `function` node. See also https://github.com/gleam-lang/tree-sitter-gleam/issues/25 With respect to the parser: An external scanner has been added that fixes the parsing of strings. Previously, a comment inside a string would act like a comment rather than string contents. See also https://github.com/gleam-lang/tree-sitter-gleam/issues/14#issuecomment-1129263640 A new constructor node has been added as well which makes type highlighting more fine grained. See also https://github.com/gleam-lang/tree-sitter-gleam/pull/29 | ||
* | add tree-sitter-gleam | Michael Davis | 2022-03-30 |