diff --git a/docs/formatters.md b/docs/formatters.md index 7cc3f3f..e4f7c87 100644 --- a/docs/formatters.md +++ b/docs/formatters.md @@ -39,6 +39,8 @@ Single-language formatters: - [shfmt](#shfmt) - [Terraform](#terraform) - [terraform fmt](#terraform-fmt) +- [Typst](#typst) + - [typstfmt](#typstfmt) Multilanguage formatters: @@ -237,6 +239,15 @@ options = ["fmt"] includes = ["*.tf"] ``` +## Typst + +### [typstfmt](https://github.com/astrale-sharp/typstfmt) + +``` +command = "typstfmt" +includes = ["*.typ", "*.typst"] +``` + ## Multi-language formatters ### [clang-format](https://clang.llvm.org/docs/ClangFormat.html)