aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2024-12-11 09:15:47 +0100
committerMichael Albinus2024-12-11 09:15:47 +0100
commitc0e1ff6b6b7105e0af09cb3db293d125cebbd9a1 (patch)
treeeca183f9893fb54b953f37aaefffac4eb3798987 /test
parent5db9471453af4a47d7665295ea007faf35c069b6 (diff)
downloademacs-c0e1ff6b6b7105e0af09cb3db293d125cebbd9a1.tar.gz
emacs-c0e1ff6b6b7105e0af09cb3db293d125cebbd9a1.zip
* test/infra/Dockerfile.emba (emacs-tree-sitter): Add jsdoc grammar.
Diffstat (limited to 'test')
-rw-r--r--test/infra/Dockerfile.emba1
1 files changed, 1 insertions, 0 deletions
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 \
137 (html "https://github.com/tree-sitter/tree-sitter-html") \ 137 (html "https://github.com/tree-sitter/tree-sitter-html") \
138 (java "https://github.com/tree-sitter/tree-sitter-java") \ 138 (java "https://github.com/tree-sitter/tree-sitter-java") \
139 (javascript "https://github.com/tree-sitter/tree-sitter-javascript") \ 139 (javascript "https://github.com/tree-sitter/tree-sitter-javascript") \
140 (jsdoc "https://github.com/tree-sitter/tree-sitter-jsdoc") \
140 (json "https://github.com/tree-sitter/tree-sitter-json") \ 141 (json "https://github.com/tree-sitter/tree-sitter-json") \
141 (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua") \ 142 (lua "https://github.com/tree-sitter-grammars/tree-sitter-lua") \
142 (python "https://github.com/tree-sitter/tree-sitter-python") \ 143 (python "https://github.com/tree-sitter/tree-sitter-python") \