tweag / nickel

Better configuration for less
https://nickel-lang.org/
MIT License
2.23k stars 85 forks source link

Update to latest Topiary and tree-sitter-nickel #1893

Closed yannham closed 2 months ago

yannham commented 2 months ago

For some reason, the version of Topiary and of the Nickel tree sitter grammar were lagging behind, before the support for pattern matching was added, which means current master wasn't able to format a file with pattersn in it - maybe it was a rollback because of the Topiary install issue (https://github.com/tweag/topiary/issues/690).

The former issue has been fixed, so this commit update to latest Topiary in order to get formatting of patterns.

yannham commented 2 months ago

Well, it's awfully slow, probably because this triggered some rebuild. But so far I don't see anything red