Merge pull request #273 from FrothyMarrow/typst-docs-entry

docs: add entry for typst language support
This commit is contained in:
NotAShelf 2024-05-01 16:08:19 +00:00 committed by GitHub
commit fbc138a51b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 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,10 @@
# 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 support for [typst](https://typst.app/) under `vim.languages.typst`.
This will enable the `typst-lsp` language server, and the `typstfmt` formatter.