]> git.eshelyaron.com Git - emacs.git/commitdiff
Add .jsx to auto-mode-alist
authorTom Tromey <tom@tromey.com>
Tue, 10 Jan 2017 03:44:19 +0000 (20:44 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2017 19:38:36 +0000 (12:38 -0700)
Bug#25389:
* lisp/files.el (auto-mode-alist): Add entry for .jsx.

lisp/files.el

index fbd00af479cccb1444c98ec29f60c18982e641c7..b57e35b9a0a7dda6e5422a76aaf49a24a85f6225 100644 (file)
@@ -2543,6 +2543,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\)\\'" . archive-mo
      ("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
      ("\\.jsm?\\'" . javascript-mode)
      ("\\.json\\'" . javascript-mode)
+     ("\\.jsx\\'" . js-jsx-mode)
      ("\\.[ds]?vh?\\'" . verilog-mode)
      ("\\.by\\'" . bovine-grammar-mode)
      ("\\.wy\\'" . wisent-grammar-mode)