Validado el fix de gramáticas: con HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 (+ gueto gcc por tree-house-bindings/tree-sitter + de-Alpinizado cargo-auditable→cargo build) helix 25.07.1 construye+sella estático (b3:034e12cf) y se promueve al repo firmado. Las gramáticas tree-sitter NO se compilan en build (el sandbox es hermético, sin red); van por runtime/. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
494 B
Diff
14 lines
494 B
Diff
diff --git a/languages.toml b/languages.toml
|
|
index a9f4a58..85389c5 100644
|
|
--- a/languages.toml
|
|
+++ b/languages.toml
|
|
@@ -808,7 +808,7 @@ indent = { tab-width = 2, unit = " " }
|
|
|
|
[[grammar]]
|
|
name = "gotmpl"
|
|
-source = { git = "https://github.com/dannylongeuay/tree-sitter-go-template", rev = "395a33e08e69f4155156f0b90138a6c86764c979" }
|
|
+source = { git = "https://github.com/ngalaiko/tree-sitter-go-template", rev = "ca26229bafcd3f37698a2496c2a5efa2f07e86bc" }
|
|
|
|
[[language]]
|
|
name = "gowork"
|