diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index f5c79b91ba1..fcc5d850042 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba @@ -137,6 +137,7 @@ RUN src/emacs -Q --batch \ (html "https://github.com/tree-sitter/tree-sitter-html") \ (java "https://github.com/tree-sitter/tree-sitter-java") \ (javascript "https://github.com/tree-sitter/tree-sitter-javascript") \ + (jsdoc "https://github.com/tree-sitter/tree-sitter-jsdoc") \ (json "https://github.com/tree-sitter/tree-sitter-json") \ (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua") \ (python "https://github.com/tree-sitter/tree-sitter-python") \