From 376f3f6217de3f982d5ea99885fd898dd39824a5 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Wed, 5 Mar 2025 07:14:17 -0800 Subject: [PATCH 1/2] Reference the existence of jsonc-mode in the README ... figured it'd save me some searching pain later --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a165bb..37a17d3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ json-mode.el Major mode for editing JSON files. Extends the builtin js-mode to add better syntax highlighting for JSON -and some nice editing keybindings. +and some nice editing keybindings. Install ---- @@ -31,6 +31,11 @@ Indent Width Customize `js-indent-level`. +JSON With Comments +--- + +In addition to JSON files, this package provides `jsonc-mode` for editing JSON with commas and comments (sometimes referred to as huJSON or JWCC). + License ---- From 466d5b563721bbeffac3f610aefaac15a39d90a9 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Sun, 9 Mar 2025 00:30:06 -0600 Subject: [PATCH 2/2] Drop a spurious space. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37a17d3..49549ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ json-mode.el Major mode for editing JSON files. Extends the builtin js-mode to add better syntax highlighting for JSON -and some nice editing keybindings. +and some nice editing keybindings. Install ----