// Please don't zig fmt this const Syntax = @import("../Syntax.zig"); pub const syntax = Syntax{ .name = "Makefile", .filematch = &[_][]const u8{ "GNUmakefile", "makefile", "Makefile", ".mk" }, .keywords1 = &[_][]const u8{ "$@", "$(@D)", "$(@F)", "$%", "$(%D)", "$(%F)", "$<", "$(