Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Topiary to handle (.) curried op (#1753)
The curried version of the field access operator `(.)` wasn't handled properly by the Nickel tree-sitter grammar, and thus Topiary, and thus `nickel format`. This commit simply updates to the latest version of Topiary. We also switch from using tree-sitter-nickel from crates.io to using the same version as Topiary (from the repository).
- Loading branch information