diff options
| author | Chinmay Dalal <dalal.chinmay.0101@gmail.com> | 2026-01-11 22:33:44 -0500 |
|---|---|---|
| committer | Chinmay Dalal <dalal.chinmay.0101@gmail.com> | 2026-01-14 13:16:38 -0500 |
| commit | 5ec0c1ca07f9b8a8bea71bb46e2d92fe3189c600 (patch) | |
| tree | b613988abfb009c6541635ddc1751734e7995fc3 /build.zig.zon | |
| parent | 41bc3020c46ffd750d65b9b1daf05adc6ff8c30d (diff) | |
feat(build.zig): install parsers in install step
Problem: The install step does not install parsers
Solution: Make the install step depend on installing parsers
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build.zig.zon b/build.zig.zon index 8c3ede40d1..66dbbf37b8 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -48,32 +48,26 @@ .treesitter_c = .{ .url = "git+https://github.com/tree-sitter/tree-sitter-c?ref=v0.24.1#7fa1be1b694b6e763686793d97da01f36a0e5c12", .hash = "N-V-__8AANxPSABzw3WBTSH_YkwaGAfrK6PBqAMqQedkDDim", - .lazy = true, }, .treesitter_markdown = .{ .url = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?ref=v0.5.1#2dfd57f547f06ca5631a80f601e129d73fc8e9f0", .hash = "N-V-__8AABcZUwBZelO8MiLRwuLD1Wk34qHHbXtS4UW3Khys", - .lazy = true, }, .treesitter_lua = .{ .url = "git+https://github.com/tree-sitter-grammars/tree-sitter-lua?ref=v0.4.1#816840c592ab973500ae9750763c707b447e7fef", .hash = "N-V-__8AAHCmCAAf-5sa_C1N5Ts8B7V-vTKqUEMJZVnNkq_y", - .lazy = true, }, .treesitter_vim = .{ .url = "git+https://github.com/tree-sitter-grammars/tree-sitter-vim?ref=v0.7.0#3dd4747082d1b717b8978211c06ef7b6cd16125b", .hash = "N-V-__8AAMArVAB4uo2wg2XRs8HBviQ4Pq366cC_iRolX4Vc", - .lazy = true, }, .treesitter_vimdoc = .{ .url = "git+https://github.com/neovim/tree-sitter-vimdoc?ref=v4.1.0#f061895a0eff1d5b90e4fb60d21d87be3267031a", .hash = "N-V-__8AAI7VCgBqRcQ-vIxB8DJJFhmLG42p6rfwCWIdypSJ", - .lazy = true, }, .treesitter_query = .{ .url = "git+https://github.com/tree-sitter-grammars/tree-sitter-query?ref=v0.8.0#a225e21d81201be77da58de614e2b7851735677a", .hash = "N-V-__8AAMR5AwAzZ5_8S2p2COTEf5usBeeT4ORzh-lBGkWy", - .lazy = true, }, }, .paths = .{ |
