zig and some qf silliness

This commit is contained in:
Squibid 2025-12-16 17:27:51 -05:00
parent 3d9a24ced8
commit a25ca205ca
Signed by: squibid
GPG key ID: BECE5684D3C4005D
4 changed files with 46 additions and 10 deletions

10
lua/snippets/zig.lua Normal file
View file

@ -0,0 +1,10 @@
dofile(core.snippets)
return {
-- function snippet
s("this", {
t("const "),
f(file_name, {}),
t(" = @This();"),
}),
}