aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Tromey2017-01-09 20:44:19 -0700
committerTom Tromey2017-01-13 12:38:36 -0700
commit765920f727f8be8c436abc67a91790d1f33f6706 (patch)
tree5c7913b0ae0b0dd9c52b1a2aa71ac63eb6dc898f
parent05fe74bec239bebea84cb6803120321c367d67d3 (diff)
downloademacs-765920f727f8be8c436abc67a91790d1f33f6706.tar.gz
emacs-765920f727f8be8c436abc67a91790d1f33f6706.zip
Add .jsx to auto-mode-alist
Bug#25389: * lisp/files.el (auto-mode-alist): Add entry for .jsx.
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el
index fbd00af479c..b57e35b9a0a 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2543,6 +2543,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\)\\'" . archive-mo
2543 ("\\.ds\\(ss\\)?l\\'" . dsssl-mode) 2543 ("\\.ds\\(ss\\)?l\\'" . dsssl-mode)
2544 ("\\.jsm?\\'" . javascript-mode) 2544 ("\\.jsm?\\'" . javascript-mode)
2545 ("\\.json\\'" . javascript-mode) 2545 ("\\.json\\'" . javascript-mode)
2546 ("\\.jsx\\'" . js-jsx-mode)
2546 ("\\.[ds]?vh?\\'" . verilog-mode) 2547 ("\\.[ds]?vh?\\'" . verilog-mode)
2547 ("\\.by\\'" . bovine-grammar-mode) 2548 ("\\.by\\'" . bovine-grammar-mode)
2548 ("\\.wy\\'" . wisent-grammar-mode) 2549 ("\\.wy\\'" . wisent-grammar-mode)