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

This commit is contained in:
Michael Albinus 2025-03-25 09:28:43 +01:00
parent 40bf281c64
commit d6c7a77465

View file

@ -133,6 +133,7 @@ RUN src/emacs -Q --batch \
(elixir "https://github.com/elixir-lang/tree-sitter-elixir") \
(go "https://github.com/tree-sitter/tree-sitter-go") \
(gomod "https://github.com/camdencheek/tree-sitter-go-mod") \
(gowork "https://github.com/omertuc/tree-sitter-go-work") \
(heex "https://github.com/phoenixframework/tree-sitter-heex") \
(html "https://github.com/tree-sitter/tree-sitter-html") \
(java "https://github.com/tree-sitter/tree-sitter-java") \