Add .jsx to auto-mode-alist
Bug#25389: * lisp/files.el (auto-mode-alist): Add entry for .jsx.
This commit is contained in:
parent
05fe74bec2
commit
765920f727
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue