pub const agda = .{ .extensions = &[_][]const u8{"agda"}, .comment = "--", }; pub const bash = .{ .color = 0x3e474a, .icon = "󱆃", .extensions = &[_][]const u8{ "sh", "bash" }, .comment = "#", .first_line_matches = .{ .prefix = "#!", .content = "sh" }, }; pub const c = .{ .icon = "󰙱", .extensions = &[_][]const u8{ "c", "h" }, .comment = "//", }; pub const @"c-sharp" = .{ .color = 0x68217a, .icon = "󰌛", .extensions = &[_][]const u8{"cs"}, .comment = "//", }; pub const conf = .{ .color = 0x000000, .icon = "", .extensions = &[_][]const u8{ "conf", "config", ".gitconfig" }, .highlights = fish.highlights, .comment = "#", .parser = fish.parser, }; pub const cpp = .{ .color = 0x9c033a, .icon = "", .extensions = &[_][]const u8{ "cc", "cpp", "cxx", "hpp", "hxx", "h" }, .comment = "//", .injections = @embedFile("tree-sitter-cpp/queries/injections.scm"), }; pub const css = .{ .color = 0x3d8fc6, .icon = "󰌜", .extensions = &[_][]const u8{"css"}, .comment = "//", }; pub const diff = .{ .extensions = &[_][]const u8{ "diff", "patch" }, .comment = "#", }; pub const dockerfile = .{ .color = 0x019bc6, .icon = "", .extensions = &[_][]const u8{ "Dockerfile", "dockerfile", "docker", "Containerfile", "container" }, .comment = "#", }; pub const dtd = .{ .icon = "󰗀", .extensions = &[_][]const u8{"dtd"}, .comment = "