We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f340d commit 9a46569Copy full SHA for 9a46569
json-mode.el
@@ -201,8 +201,7 @@ See `forward-sexp for ARG."
201
;;;###autoload
202
(define-derived-mode jsonc-mode json-mode "JSONC"
203
"Major mode for editing JSON files with comments."
204
- :syntax-table jsonc-mode-syntax-table
205
- (setq font-lock-defaults '(json-font-lock-keywords-1 t)))
+ :syntax-table jsonc-mode-syntax-table)
206
207
;; Well formatted JSON files almost always begin with “{” or “[”.
208
0 commit comments