Skip to content

Commit 925533f

Browse files
author
Erin van der Veen
committed
chore: update README and CHANGELOG
1 parent 363597d commit 925533f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This name should be decided amongst the team before the release.
5353
### Changed
5454
- [#704](https://github.com/tweag/topiary/pull/704) Refactors our postprocessing code to be more versatile.
5555
- [#711](https://github.com/tweag/topiary/pull/711) Feature gate all grammars, with supported and contributed languages built by default.
56+
- [#716](https://github.com/tweag/topiary/pull/716) Dynamicly fetch, compile, and load language grammars. Topiary now no longer ships with statically linked grammars.
5657
- [#732](https://github.com/tweag/topiary/pull/732) Change how function application and parenthesized expressions are treated in Nickel to reduce the overall noise and indentation
5758

5859
## v0.4.0 - Exquisite Elm - 2024-05-15

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,8 @@ Topiary has been created with the following goals in mind:
7878
## Language Support
7979
<!-- Update this section as necessary on new developments/releases -->
8080

81-
[For now][topiary-issue4], the Tree-sitter grammars for the languages
82-
that Topiary targets are statically linked. The formatting styles for
83-
these languages come in two levels of maturity: supported and
84-
experimental.
81+
The formatting styles for these languages come in two levels of maturity:
82+
supported and experimental.
8583

8684
#### Supported
8785

@@ -1353,7 +1351,6 @@ of choice open in another.
13531351
[rustfmt]: https://rust-lang.github.io/rustfmt
13541352
[shfmt]: https://github.com/mvdan/sh
13551353
[toml]: https://toml.io
1356-
[topiary-issue4]: https://github.com/tweag/topiary/issues/4
13571354
[topiary-playground]: https://topiary.tweag.io/playground
13581355
[topiary-website]: https://topiary.tweag.io
13591356
[tree-sitter-parsers]: https://tree-sitter.github.io/tree-sitter/#available-parsers

0 commit comments

Comments
 (0)