From a065c548320de4969bdad11c360181fdbc06dce2 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Sun, 18 Aug 2024 00:01:48 -0700 Subject: [PATCH] docs: add list of supported languages --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 6abdf06..6c82259 100644 --- a/README.md +++ b/README.md @@ -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 ``` +## 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