Skip to content

Commit 376f3f6

Browse files
offbyonetaku0
authored andcommitted
Reference the existence of jsonc-mode in the README
... figured it'd save me some searching pain later
1 parent 77125b0 commit 376f3f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ json-mode.el
44
Major mode for editing JSON files.
55

66
Extends the builtin js-mode to add better syntax highlighting for JSON
7-
and some nice editing keybindings.
7+
and some nice editing keybindings.
88

99
Install
1010
----
@@ -31,6 +31,11 @@ Indent Width
3131

3232
Customize `js-indent-level`.
3333

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+
3439
License
3540
----
3641

0 commit comments

Comments
 (0)