From 559afde6e3d3444ad8a7dfc118544df696ece894 Mon Sep 17 00:00:00 2001 From: Lo Date: Wed, 2 Apr 2025 11:22:24 +0800 Subject: [PATCH] docs: fix tree-sitter build command --- website/contributing/add-lang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/contributing/add-lang.md b/website/contributing/add-lang.md index 0a6ac8b7..2219d7dc 100644 --- a/website/contributing/add-lang.md +++ b/website/contributing/add-lang.md @@ -151,7 +151,7 @@ Then, in your parser repository, use this command to build a WASM file. ```bash tree-sitter generate # if grammar is not generated before -tree-sitter build-wasm +tree-sitter build --wasm ``` Note you may need to install [docker](https://www.docker.com/) when building WASM files.