config: generate vim configs at comptime

This commit is contained in:
Mitchell Hashimoto
2023-12-22 08:19:17 -08:00
parent 4f01aafdba
commit eb46161b5e
4 changed files with 100 additions and 150 deletions

View File

@@ -21,4 +21,7 @@ pub const Wasm = if (!builtin.target.isWasm()) struct {} else @import("config/Wa
test {
@import("std").testing.refAllDecls(@This());
// Vim syntax file, not used at runtime but we want to keep it tested.
_ = @import("config/vim.zig");
}