Add formatter options to jsonc

This commit is contained in:
Alexander Navarro 2024-03-01 12:04:36 -03:00
parent f6010d35db
commit 110e0882c6

View file

@ -11,6 +11,7 @@ return {
python = { "blue" }, python = { "blue" },
-- Use a sub-list to run only the first available formatter -- Use a sub-list to run only the first available formatter
json = { { "prettierd", "prettier" } }, json = { { "prettierd", "prettier" } },
jsonc = { { "prettierd", "prettier" } },
javascript = { { "prettierd", "prettier" } }, javascript = { { "prettierd", "prettier" } },
typescript = { { "prettierd", "prettier" } }, typescript = { { "prettierd", "prettier" } },
javascriptreact = { { "prettierd", "prettier" } }, javascriptreact = { { "prettierd", "prettier" } },