lang/js: add .mjs to auto-mode-alist regex

This commit is contained in:
Manny Schneck 2018-10-03 17:23:00 -05:00
parent f20cfd21c2
commit 8f2fd970e6

View file

@ -28,7 +28,7 @@
;; Major modes
(def-package! js2-mode
:mode "\\.js\\'"
:mode "\\.m?js\\'"
:interpreter "node"
:commands js2-line-break
:config