From: Michael Albinus Date: Wed, 11 Dec 2024 08:15:47 +0000 (+0100) Subject: * test/infra/Dockerfile.emba (emacs-tree-sitter): Add jsdoc grammar. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3511a9ee41dd3c2a15ace36140e6baf16f5d54d1;p=emacs.git * test/infra/Dockerfile.emba (emacs-tree-sitter): Add jsdoc grammar. (cherry picked from commit c0e1ff6b6b7105e0af09cb3db293d125cebbd9a1) --- 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") \