feat: format json with hjson
This commit is contained in:
parent
4ac6818a4f
commit
9cff9717c0
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ pub const json = .{
|
|||
.extensions = .{"json"},
|
||||
.comment = "//",
|
||||
.language_server = .{ "deno", "lsp" },
|
||||
.formatter = .{ "hjson", "-j" },
|
||||
};
|
||||
|
||||
pub const kdl = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue