diff options
| author | Michael Albinus | 2024-12-11 09:15:47 +0100 |
|---|---|---|
| committer | Michael Albinus | 2024-12-11 09:15:47 +0100 |
| commit | c0e1ff6b6b7105e0af09cb3db293d125cebbd9a1 (patch) | |
| tree | eca183f9893fb54b953f37aaefffac4eb3798987 /test | |
| parent | 5db9471453af4a47d7665295ea007faf35c069b6 (diff) | |
| download | emacs-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.emba | 1 |
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") \ |