feat: format json with hjson

This commit is contained in:
CJ van den Berg 2024-09-05 21:53:25 +02:00
parent 4ac6818a4f
commit 9cff9717c0
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

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