diff --git a/oni-js.el b/oni-js.el index f6e6ff6..bdbdff9 100644 --- a/oni-js.el +++ b/oni-js.el @@ -5,7 +5,7 @@ ;; Author: Tom Willemse ;; Keywords: local ;; Version: 20190224201011 -;; Package-Requires: (oni-company js2-mode js2-refactor flycheck fill-column-indicator tern company-tern fic-mode) +;; Package-Requires: (oni-company js2-mode js2-refactor flycheck fill-column-indicator tern company-tern fic-mode rjsx-mode) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -69,6 +69,9 @@ ;;;###autoload (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode)) +;;;###autoload +(add-to-list 'auto-mode-alist '("\\.jsx\\'" . rjsx-mode)) + ;;;###autoload (with-eval-after-load 'grep (add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json")))