diff options
| author | Satya Rohith <me@satyarohith.com> | 2021-02-18 22:01:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 17:31:32 +0100 |
| commit | d9b1f96897239bf7de8cdfd11d40e3f99bb29a4a (patch) | |
| tree | 4a1c60d4850111f738b485bbad5f43659bd9ed09 /cli/Cargo.toml | |
| parent | c0f10e72ee64f1512e6aff20a841f4696e774217 (diff) | |
feat: add json(c) support to deno fmt (#9292)
This commit adds support for formatting JSON and JSONC
in "deno fmt".
New values "json" and "jsonc" are added to "--ext" flag for
standard input processing.
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e8e90190a..f05865faf 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -48,6 +48,7 @@ clap = "2.33.3" dissimilar = "1.0.2" dprint-plugin-typescript = "0.40.1" dprint-plugin-markdown = "0.5.1" +dprint-plugin-json = "0.8.0" encoding_rs = "0.8.28" env_logger = "0.8.2" filetime = "0.2.14" |
