add zig detection

This commit is contained in:
2026-07-12 02:52:22 +02:00
parent 0ae78426e8
commit e7cb680233
+1
View File
@@ -303,6 +303,7 @@ do
gcc={'*.c'},
['g++']={'*.cpp'},
cargo={'Cargo.toml'},
zig={'*.zig'}
}
---@param dir string?