docs: add list of supported languages

This commit is contained in:
Youwen Wu 2024-08-18 00:01:48 -07:00
parent 563e94e3b0
commit a065c54832
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -41,3 +41,14 @@ If you don't want to commit these files, make sure to run the following:
git update-index --skip-worktree .envrc .direnv git update-index --skip-worktree .envrc .direnv
``` ```
## Provided environments:
- Go
- Python (using poetry)
- Haskell (with Cabal)
- Haskell (with Stack)
- Rust (stable, nightly, and beta toolchains)
- Node/TypeScript (pnpm, yarn, and npm variants)
- Typst
- LaTeX (via texlive, with full and minimal variants)
- Zig