aboutsummaryrefslogtreecommitdiffstats
path: root/oni-js.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-js.el')
-rw-r--r--oni-js.el5
1 files changed, 4 insertions, 1 deletions
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 <tom@ryuslash.org>
;; 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
@@ -70,6 +70,9 @@
(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")))