aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.org b/README.org
index 067a2a1..f445c26 100644
--- a/README.org
+++ b/README.org
@@ -80,9 +80,18 @@ re-encrypt. See [[file:mcp/README.org][mcp/README.org]] for the full pipeline.
* Available languages
-| Language | Path | Notes |
-|----------+------------------+----------------------------------------------|
-| elisp | =languages/elisp/= | Emacs Lisp — ERT, check-parens, byte-compile |
+| Language | Path | Notes |
+|------------+-------------------------+-----------------------------------------------|
+| bash | =languages/bash/= | Shell, shellcheck validate hook, bats tests |
+|------------+-------------------------+-----------------------------------------------|
+| elisp | =languages/elisp/= | Emacs Lisp, ERT, check-parens, byte-compile |
+|------------+-------------------------+-----------------------------------------------|
+| go | =languages/go/= | Go, gofmt + go vet hook, table-driven tests |
+|------------+-------------------------+-----------------------------------------------|
+| python | =languages/python/= | Python, pytest, coverage-summary |
+|------------+-------------------------+-----------------------------------------------|
+| typescript | =languages/typescript/= | TypeScript, coverage-summary |
+|------------+-------------------------+-----------------------------------------------|
Add more by creating =languages/<name>/= with the same structure.