]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/infra/Dockerfile.emba (emacs-tree-sitter): Add jsdoc grammar.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 11 Dec 2024 08:15:47 +0000 (09:15 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 12 Dec 2024 15:49:16 +0000 (16:49 +0100)
(cherry picked from commit c0e1ff6b6b7105e0af09cb3db293d125cebbd9a1)

test/infra/Dockerfile.emba

index f5c79b91ba13408fcb3784106b3e26cf78f21a55..fcc5d850042ceca928cf38691403003835fe6df4 100644 (file)
@@ -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") \