From bf3c79bde76b7cf2574fb3083f2439d98008ea24 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 25 Mar 2025 09:28:43 +0100 Subject: [PATCH] * test/infra/Dockerfile.emba (emacs-tree-sitter): Add gowork grammar. (cherry picked from commit d6c7a77465203bfc277ff489be0f4f4d476615c7) --- test/infra/Dockerfile.emba | 1 + 1 file changed, 1 insertion(+) diff --git a/test/infra/Dockerfile.emba b/test/infra/Dockerfile.emba index dfa0fe4b61a..201d48056e7 100644 --- a/test/infra/Dockerfile.emba +++ b/test/infra/Dockerfile.emba @@ -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") \ -- 2.39.5