We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e9e2e commit c666c73Copy full SHA for c666c73
clojure-mode.el
@@ -1012,6 +1012,7 @@ Clojure test file for the given namespace.")
1012
(put 'clojure-mode-load-command 'safe-local-variable 'stringp)
1013
1014
(add-to-list 'auto-mode-alist '("\\.clj\\'" . clojure-mode))
1015
+ (add-to-list 'auto-mode-alist '("\\.cljs\\'" . clojure-mode))
1016
(add-to-list 'interpreter-mode-alist '("jark" . clojure-mode))
1017
(add-to-list 'interpreter-mode-alist '("cake" . clojure-mode)))
1018
0 commit comments