We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77125b0 commit 376f3f6Copy full SHA for 376f3f6
README.md
@@ -4,7 +4,7 @@ json-mode.el
4
Major mode for editing JSON files.
5
6
Extends the builtin js-mode to add better syntax highlighting for JSON
7
-and some nice editing keybindings.
+and some nice editing keybindings.
8
9
Install
10
----
@@ -31,6 +31,11 @@ Indent Width
31
32
Customize `js-indent-level`.
33
34
+JSON With Comments
35
+---
36
+
37
+In addition to JSON files, this package provides `jsonc-mode` for editing JSON with commas and comments (sometimes referred to as huJSON or JWCC).
38
39
License
40
41
0 commit comments