Skip to content

Commit

Permalink
Merge pull request #300 from aJchemist/patch-1
Browse files Browse the repository at this point in the history
 Associate boot profile scripts with clojure-mode
  • Loading branch information
bbatsov committed Jul 6, 2015
2 parents 6bdc184 + b782d4f commit 7fc7c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ This will skip over sexps that don't represent objects, so that ^hints and
(add-to-list 'auto-mode-alist
'("\\.\\(clj[csx]?\\|dtm\\|edn\\)\\'" . clojure-mode))
;; boot build scripts are Clojure source files
(add-to-list 'auto-mode-alist '("\\`build.boot\\'" . clojure-mode)))
(add-to-list 'auto-mode-alist '("\\(?:build\\|profile\\)\\.boot\\'" . clojure-mode)))

(provide 'clojure-mode)

Expand Down

0 comments on commit 7fc7c09

Please sign in to comment.