* test/infra/Dockerfile.emba (emacs-tree-sitter): Add jsdoc grammar.

This commit is contained in:
Michael Albinus 2024-12-11 09:15:47 +01:00
parent 5db9471453
commit c0e1ff6b6b

View 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") \