docs: add entry for typst language support

This commit is contained in:
Frothy 2024-04-28 22:08:28 -04:00
parent 6e8bb14567
commit 90ee038794
2 changed files with 10 additions and 0 deletions

View File

@ -10,4 +10,5 @@ rl-0.3.md
rl-0.4.md
rl-0.5.md
rl-0.6.md
rl-0.7.md
```

View File

@ -0,0 +1,9 @@
# Release 0.7 {#sec-release-0.7}
Release notes for release 0.7
## Changelog {#sec-release-0.7-changelog}
[ItsSorae](https://github.com/ItsSorae):
- Added typst language support with `typst-lsp` LSP and `typstfmt` as the default formatter. It can be enabled by setting `languages.typst` to `true`.