Skip to content

Commit 5478ab7

Browse files
committed
Expand a bit on clojure-build-tool-files
1 parent 04cf70a commit 5478ab7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

clojure-mode.el

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,13 @@ For example, \[ is allowed in :db/id[:db.part/user]."
178178
(and (listp value)
179179
(cl-every 'characterp value))))
180180

181-
(defcustom clojure-build-tool-files '("project.clj" "build.boot" "build.gradle" "deps.edn" "shadow-cljs.edn")
181+
(defcustom clojure-build-tool-files
182+
'("project.clj" ; Leiningen
183+
"build.boot" ; Boot
184+
"build.gradle" ; Gradle
185+
"deps.edn" ; Clojure CLI (a.k.a. tools.deps)
186+
"shadow-cljs.edn" ; shadow-cljs
187+
)
182188
"A list of files, which identify a Clojure project's root.
183189
Out-of-the box `clojure-mode' understands lein, boot, gradle,
184190
shadow-cljs and tools.deps."

0 commit comments

Comments
 (0)