aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/conform/formatters/fixjson.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/conform/formatters/fixjson.lua b/lua/conform/formatters/fixjson.lua
new file mode 100644
index 0000000..a29528a
--- /dev/null
+++ b/lua/conform/formatters/fixjson.lua
@@ -0,0 +1,8 @@
+---@type conform.FileFormatterConfig
+return {
+ meta = {
+ url = "https://github.com/rhysd/fixjson",
+ description = "JSON Fixer for Humans using (relaxed) JSON5 ",
+ },
+ command = "fixjson",
+}