* test/infra/Dockerfile.emba (emacs-tree-sitter): Add jsdoc grammar.
This commit is contained in:
parent
5db9471453
commit
c0e1ff6b6b
1 changed files with 1 additions and 0 deletions
|
@ -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") \
|
||||
|
|
Loading…
Add table
Reference in a new issue