feat: format json with hjson

This commit is contained in:
CJ van den Berg 2024-09-05 21:53:25 +02:00
parent 0b9e4ac97c
commit bc10ea1fb6

View file

@ -163,6 +163,7 @@ pub const json = .{
.extensions = .{"json"},
.comment = "//",
.language_server = .{ "deno", "lsp" },
.formatter = .{ "hjson", "-j" },
};
pub const kdl = .{