feat: format json with hjson
This commit is contained in:
parent
0b9e4ac97c
commit
bc10ea1fb6
1 changed files with 1 additions and 0 deletions
|
@ -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 = .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue