aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2011-04-23 20:24:30 -0400
committerChong Yidong <[email protected]>2011-04-23 20:24:30 -0400
commitc8d173eb1e2475af9d972efafb684f57f18c8374 (patch)
treee10eff4135d90e3fc0390d2dcae33c75e6a6285a /lisp
parent4ef177aa26537bdbbe9d60cc87b973435390c271 (diff)
* files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/files.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b8389877a..c83f8d5102 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-04-24 Chong Yidong <[email protected]>
+ * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
+
* apropos.el (apropos-label-face): Avoid variable-pitch face.
(apropos-accumulator): Doc fix.
(apropos-function, apropos-macro, apropos-command)
diff --git a/lisp/files.el b/lisp/files.el
index 8cd5699eb9..72cfc89ef8 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2386,6 +2386,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . archive-mode)
("\\.dtd\\'" . sgml-mode)
("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
("\\.js\\'" . js-mode) ; javascript-mode would be better
+ ("\\.json\\'" . js-mode)
("\\.[ds]?vh?\\'" . verilog-mode)
;; .emacs or .gnus or .viper following a directory delimiter in
;; Unix, MSDOG or VMS syntax.