Skip to content

Commit 7fc7c09

Browse files
committed
Merge pull request #300 from aJchemist/patch-1
Associate boot profile scripts with clojure-mode
2 parents 6bdc184 + b782d4f commit 7fc7c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ This will skip over sexps that don't represent objects, so that ^hints and
10901090
(add-to-list 'auto-mode-alist
10911091
'("\\.\\(clj[csx]?\\|dtm\\|edn\\)\\'" . clojure-mode))
10921092
;; boot build scripts are Clojure source files
1093-
(add-to-list 'auto-mode-alist '("\\`build.boot\\'" . clojure-mode)))
1093+
(add-to-list 'auto-mode-alist '("\\(?:build\\|profile\\)\\.boot\\'" . clojure-mode)))
10941094

10951095
(provide 'clojure-mode)
10961096

0 commit comments

Comments
 (0)